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 9d1447e09d Destroy allocated values when exiting GDB new 05caa1d236 Handle DW_AT_ranges when reading partial symtabs
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 | 5 + gdb/dwarf2read.c | 19 +++ gdb/testsuite/ChangeLog | 7 ++ .../dw2-ranges-main.c} | 5 +- .../dw2-ranges-psym.c} | 62 +++++---- gdb/testsuite/gdb.dwarf2/dw2-ranges-psym.exp | 138 +++++++++++++++++++++ 6 files changed, 199 insertions(+), 37 deletions(-) copy gdb/testsuite/{gdb.base/info-fun-solib.c => gdb.dwarf2/dw2-ranges-main.c} (90%) copy gdb/testsuite/{gdb.trace/entry-values.c => gdb.dwarf2/dw2-ranges-psym.c} (54%) create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-ranges-psym.exp