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 e443ffcf791 ia64 assembler warning breaks ld tests new bedd6a7a44f gdb/dwarf: track compilation and type unit count new 3e27b49025f gdb/dwarf: remove all_{comp,type}_units views new 5acdeb08eb5 gdb/dwarf: move index unit vectors to .debug_names reader a [...] new 52f0642b075 gdb/dwarf: make .gdb_index reader use its own list of units new cb208105eb5 gdb/dwarf: sort units when writing index new 6474c699a52 gdb/dwarf: sort dwarf2_per_bfd::all_units by (section, offset)
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/cooked-indexer.c | 42 +-- gdb/dwarf2/cooked-indexer.h | 4 +- gdb/dwarf2/cu.h | 5 + gdb/dwarf2/index-write.c | 142 +++++--- gdb/dwarf2/read-debug-names.c | 148 ++++---- gdb/dwarf2/read-gdb-index.c | 38 +- gdb/dwarf2/read.c | 382 +++++++++++++-------- gdb/dwarf2/read.h | 54 ++- gdb/dwarf2/section.h | 10 + .../gdb.dwarf2/debug-names-non-ascending-cu.exp | 81 ----- .../dw-form-ref-addr-with-type-units.exp | 109 ++++++ gdb/testsuite/gdb.dwarf2/varval.exp | 2 +- 12 files changed, 590 insertions(+), 427 deletions(-) delete mode 100644 gdb/testsuite/gdb.dwarf2/debug-names-non-ascending-cu.exp create mode 100644 gdb/testsuite/gdb.dwarf2/dw-form-ref-addr-with-type-units.exp