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 bc32f8e7090 gdb: fix dealloc function not being called for frame 0 new 6acd95be6a5 gdb/dwarf2: move some things to read.h new be932484aac gdb/dwarf2: split .gdb_index reading code to own file new 2ffd1d6e42e gdb/dwarf2: split .debug_names reading code to own file
The 3 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/Makefile.in | 4 + gdb/dwarf2/read-debug-names.c | 1052 +++++++++ .../read-debug-names.h} | 27 +- gdb/dwarf2/read-gdb-index.c | 874 +++++++ gdb/dwarf2/read-gdb-index.h | 47 + gdb/dwarf2/read.c | 2427 ++------------------ gdb/dwarf2/read.h | 178 ++ 7 files changed, 2376 insertions(+), 2233 deletions(-) create mode 100644 gdb/dwarf2/read-debug-names.c copy gdb/{testsuite/gdb.base/value-history-unavailable.c => dwarf2/read-debug-name [...] create mode 100644 gdb/dwarf2/read-gdb-index.c create mode 100644 gdb/dwarf2/read-gdb-index.h