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 b0fdcd47065 fortran: Fix arrays of variable length strings for FORTRAN new 80ac4785110 [gdb/symtab] Handle multiple .debug_info sections new f4e363cae29 ld/ELF: Add --image-base command line option to the ELF linker
The 2 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/index-write.c | 3 +++ gdb/dwarf2/read-debug-names.c | 11 ++++----- gdb/dwarf2/read-gdb-index.c | 11 ++++----- gdb/dwarf2/read.c | 25 ++++++++++++++------- gdb/dwarf2/read.h | 2 +- .../dw2-multiple-debug-info.c} | 19 ++++++++++++++-- ...w2-restrict.exp => dw2-multiple-debug-info.exp} | 19 ++++++++++------ ld/NEWS | 3 +++ ld/emultempl/beos.em | 1 - ld/emultempl/pe.em | 1 - ld/emultempl/pep.em | 1 - ld/ld.texi | 26 ++++++++++++---------- ld/ldlex.h | 2 +- ld/lexsup.c | 5 +++++ ld/testsuite/ld-elf/pr25207.d | 11 +++++++++ ld/testsuite/ld-elf/pr25207.s | 13 +++++++++++ 16 files changed, 109 insertions(+), 44 deletions(-) copy gdb/testsuite/{gdb.base/debug-frame.c => gdb.dwarf2/dw2-multiple-debug-info.c} (73%) copy gdb/testsuite/gdb.dwarf2/{dw2-restrict.exp => dw2-multiple-debug-info.exp} (69%) create mode 100644 ld/testsuite/ld-elf/pr25207.d create mode 100644 ld/testsuite/ld-elf/pr25207.s