This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 90827b4eefb LoongArch: ld: Add support for tls le relax. new 69570475c61 gdb, dwarf: move part of dwarf2_get_pc_bounds into separate [...] new 06740cf11f6 gdb, dwarf: add assert to dwarf2_get_pc_bounds new 3396471b4cd dwarf, fortran: add support for DW_TAG_entry_point
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/dwarf2/abbrev.c | 1 + gdb/dwarf2/cooked-index.h | 3 +- gdb/dwarf2/index-write.c | 3 +- gdb/dwarf2/read.c | 138 ++++++++++--- .../dmain.c => gdb.dwarf2/dw2-entry-points.c} | 24 ++- gdb/testsuite/gdb.dwarf2/dw2-entry-points.exp | 213 +++++++++++++++++++++ gdb/testsuite/gdb.fortran/entry-point.exp | 84 ++++++++ .../gdb.fortran/{backtrace.f90 => entry-point.f90} | 69 +++++-- 8 files changed, 488 insertions(+), 47 deletions(-) copy gdb/testsuite/{gdb.dlang/dmain.c => gdb.dwarf2/dw2-entry-points.c} (64%) create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-entry-points.exp create mode 100644 gdb/testsuite/gdb.fortran/entry-point.exp copy gdb/testsuite/gdb.fortran/{backtrace.f90 => entry-point.f90} (53%)