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 4444f40757a Micro-optimize abbrev reading and storage new c2a62a3d883 Create new file dwarf2/sect-names.h new fbedd546441 Change section_is_p to a method on dwarf2_section_names new a7308ce01ef Avoid crash on missing dwz file new 1803565556f Include scoped_fd.h in debuginfod-support.h new 9938d15a010 Move dwarf2_get_dwz_file to dwarf2/dwz.h
The 5 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 | 44 +++ gdb/debuginfod-support.h | 2 + gdb/dwarf2/dwz.c | 242 ++++++++++++++ gdb/dwarf2/dwz.h | 11 + gdb/dwarf2/macro.c | 6 +- gdb/dwarf2/read.c | 365 ++++----------------- gdb/dwarf2/read.h | 6 - gdb/dwarf2/sect-names.h | 78 +++++ gdb/symfile.h | 46 +-- gdb/testsuite/ChangeLog | 6 + .../gdb.dwarf2/{dw2-error.exp => dwznolink.exp} | 51 +-- gdb/testsuite/lib/dwarf.exp | 4 +- gdb/xcoffread.c | 1 + 13 files changed, 479 insertions(+), 383 deletions(-) create mode 100644 gdb/dwarf2/sect-names.h copy gdb/testsuite/gdb.dwarf2/{dw2-error.exp => dwznolink.exp} (52%)