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 ac3fe48fd61 x86: avoid i386_dis_printf()'s staging area for a fair part [...] new 9e338b141b5 [gdb/testsuite] Fix gdb.dwarf2/dw2-dir-file-name.exp with clang new 52b920c5d20 [gdb/testsuite] Fix gdb.dwarf2/dw2-dir-file-name.exp for ppc64le new abe47e91d8c [gdb/symtab] Support .gdb_index section with TUs in .debug_info new 3d36a6396fb [gdb] Fix abort in selftest run_on_main_thread with ^C new a33a94cf432 ld: pe: Improve performance of object file exclude symbol d [...] new 825a844fdcf ld: pe: Apply review suggestions on the existing exports/im [...]
The 6 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/read.c | 7 +- gdb/testsuite/gdb.dwarf2/dw2-dir-file-name.c | 19 +- gdb/testsuite/gdb.dwarf2/dw2-dir-file-name.exp | 74 +++++- ...2-missing-cu-tag.c => gdb-index-types-dwarf5.c} | 12 +- .../gdb-index-types-dwarf5.exp} | 32 ++- gdb/testsuite/lib/gdb.exp | 7 +- gdb/unittests/main-thread-selftests.c | 8 +- ld/deffile.h | 8 +- ld/deffilep.y | 281 +++++++++++++-------- ld/pe-dll.c | 14 +- 10 files changed, 286 insertions(+), 176 deletions(-) copy gdb/testsuite/gdb.dwarf2/{dw2-missing-cu-tag.c => gdb-index-types-dwarf5.c} (83%) copy gdb/testsuite/{gdb.base/retval-large-struct.exp => gdb.dwarf2/gdb-index-types [...]