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 b953e70356f [gdb/testsuite] Add missing .debug_abbrev terminator in dw2 [...] new 8a91fbdf3b5 gdb/dwarf: disable per-BFD resource sharing for -readnow objfiles
The 1 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/ChangeLog | 6 ++ gdb/dwarf2/read.c | 11 ++- gdb/testsuite/ChangeLog | 8 ++ gdb/testsuite/gdb.base/index-cache-load-twice.c | 22 ----- gdb/testsuite/gdb.base/index-cache-load-twice.exp | 42 ---------- .../msym-bp.c => gdb.dwarf2/per-bfd-sharing.c} | 7 +- gdb/testsuite/gdb.dwarf2/per-bfd-sharing.exp | 93 ++++++++++++++++++++++ 7 files changed, 119 insertions(+), 70 deletions(-) delete mode 100644 gdb/testsuite/gdb.base/index-cache-load-twice.c delete mode 100644 gdb/testsuite/gdb.base/index-cache-load-twice.exp copy gdb/testsuite/{gdb.base/msym-bp.c => gdb.dwarf2/per-bfd-sharing.c} (92%) create mode 100644 gdb/testsuite/gdb.dwarf2/per-bfd-sharing.exp