This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-10-branch in repository binutils-gdb.
from 288ff897b19 Automatic date update in version.in new 767fbfe95ee gdb/dwarf: change read_loclist_index complaints into errors new 39658ce654b gdb/dwarf: fix bound check in read_rnglist_index new 21ef6109064 gdb/dwarf: add missing bound check to read_loclist_index new 1211342072a gdb/dwarf: read correct rnglist/loclist header in read_{rng [...] new 908d9586a68 gdb/testsuite: add .debug_rnglists tests new 9b92ac35642 gdb/testsuite: DWARF assembler: add context parameters to _ [...] new c974ecf55d3 gdb/testsuite: add .debug_loclists tests new 2da8a05a924 gdb/testsuite: add test for .debug_{rng,loc}lists section w [...]
The 8 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 | 23 ++ gdb/dwarf2/read.c | 84 +++- gdb/testsuite/ChangeLog | 33 ++ 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 | 53 +++ gdb/testsuite/gdb.dwarf2/loclists-sec-offset.exp | 192 +++++++++ gdb/testsuite/gdb.dwarf2/rnglists-multiple-cus.exp | 102 +++++ gdb/testsuite/gdb.dwarf2/rnglists-sec-offset.exp | 111 +++++ gdb/testsuite/lib/dwarf.exp | 451 ++++++++++++++++++++- 10 files changed, 1197 insertions(+), 35 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