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 b6fc194038c Fix test for sections with different VMA<->LMA relationship [...] new 08b91f595d7 [gdb/symtab] Refactor condition in scan_attributes new 4e417d7bb1c Change handling of DW_TAG_enumeration_type in DWARF scanner new 79ddf4a51a7 Add move operators for addrmap new 0b398cf8f30 Introduce class parent_map for DIE range map new 4320a9c921d Correctly handle DIE parent computations new ec9a843791b [gdb/testsuite] Add gdb.dwarf2/forward-spec-inter-cu.exp new 6732c57eeea [gdb/testsuite] Add gdb.dwarf2/backward-spec-inter-cu.exp
The 7 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/addrmap.c | 12 +- gdb/addrmap.h | 19 ++- gdb/dwarf2/cooked-index.c | 14 ++- gdb/dwarf2/cooked-index.h | 56 ++++++--- gdb/dwarf2/parent-map.h | 132 +++++++++++++++++++++ gdb/dwarf2/read-debug-names.c | 7 +- gdb/dwarf2/read.c | 112 ++++++++--------- ...forward-spec.exp => backward-spec-inter-cu.exp} | 89 +++++++------- ...{forward-spec.exp => forward-spec-inter-cu.exp} | 71 +++++------ 9 files changed, 343 insertions(+), 169 deletions(-) create mode 100644 gdb/dwarf2/parent-map.h copy gdb/testsuite/gdb.dwarf2/{forward-spec.exp => backward-spec-inter-cu.exp} (67%) copy gdb/testsuite/gdb.dwarf2/{forward-spec.exp => forward-spec-inter-cu.exp} (67%)