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 5424d7ed94c readelf: Add 'R' and 'D' to "Key to Flags:" new a0c1eeba9b1 gdb/dwarf: change read_loclist_index complaints into errors new 5e4d9bbc4b4 gdb/dwarf: fix bound check in read_rnglist_index new 05787bad362 gdb/dwarf: add missing bound check to read_loclist_index new 0c800c6ebc6 gdb/dwarf: remove unnecessary check in read_{rng,loc}list_index new b1829e1bf2e gdb/dwarf: few fixes for handling DW_FORM_{rng,loc}listx new a1c4010369a gdb/dwarf: read correct rnglist/loclist header in read_{rng [...] new 962effa7901 gdb/testsuite: add .debug_rnglists tests new 6b0933da342 gdb/testsuite: DWARF assembler: add context parameters to _ [...] new ecfda20dcc4 gdb/testsuite: add .debug_loclists tests new 2b0c7f41d1d gdb/dwarf: split dwarf2_cu::ranges_base in two new e57933dc9cd gdb/dwarf: make read_{loc,rng}list_index return sect_offset new 9307efbe9eb gdb/testsuite: add test for .debug_{rng,loc}lists section w [...]
The 12 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 | 63 +++ gdb/dwarf2/attribute.c | 5 +- gdb/dwarf2/attribute.h | 1 + gdb/dwarf2/die.h | 36 +- gdb/dwarf2/read.c | 257 +++++++----- gdb/testsuite/ChangeLog | 41 ++ gdb/testsuite/gdb.dwarf2/loclists-multiple-cus.c | 37 ++ gdb/testsuite/gdb.dwarf2/loclists-multiple-cus.exp | 146 +++++++ gdb/testsuite/gdb.dwarf2/loclists-sec-offset.c | 69 ++++ gdb/testsuite/gdb.dwarf2/loclists-sec-offset.exp | 261 ++++++++++++ gdb/testsuite/gdb.dwarf2/rnglists-multiple-cus.exp | 102 +++++ gdb/testsuite/gdb.dwarf2/rnglists-sec-offset.exp | 143 +++++++ gdb/testsuite/lib/dwarf.exp | 451 ++++++++++++++++++++- 13 files changed, 1485 insertions(+), 127 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/loclists-multiple-cus.c create mode 100644 gdb/testsuite/gdb.dwarf2/loclists-multiple-cus.exp create mode 100644 gdb/testsuite/gdb.dwarf2/loclists-sec-offset.c create mode 100644 gdb/testsuite/gdb.dwarf2/loclists-sec-offset.exp create mode 100644 gdb/testsuite/gdb.dwarf2/rnglists-multiple-cus.exp create mode 100644 gdb/testsuite/gdb.dwarf2/rnglists-sec-offset.exp