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 3af54857cd2 libdep plugin: fix bugs in parser and drop escaping new 7682ef5a19d Don't obstack-allocate the DIE hash new 5e6ab40868d Don't obstack-allocate the CU dependency hash table new e433e995a94 Rename symtab::fullname new 44089760554 Make symtab members private new f59be2ed394 Add compunit_symtab::forget_cached_source_info new 4122e647d57 Don't obstack-allocate the call site hash table new 9f71296fda4 Remove hashtab_obstack_allocate new 979114a1b39 Prefer htab_traverse_noresize
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/annotate.c | 2 +- gdb/completer.c | 2 +- gdb/dwarf2/cu.c | 13 +++++----- gdb/dwarf2/cu.h | 6 ++--- gdb/dwarf2/read.c | 63 ++++++++++++++++------------------------------ gdb/gdb_bfd.c | 2 +- gdb/objfiles.c | 2 ++ gdb/python/py-breakpoint.c | 4 +-- gdb/source.c | 21 ++++++++-------- gdb/symfile-debug.c | 11 +------- gdb/symfile.c | 1 - gdb/symmisc.c | 4 +-- gdb/symtab.c | 23 +++++++++++++++-- gdb/symtab.h | 54 +++++++++++++++++++++++++++++++-------- gdbsupport/Makefile.am | 1 - gdbsupport/Makefile.in | 5 +--- gdbsupport/gdb-hashtab.cc | 43 ------------------------------- gdbsupport/gdb-hashtab.h | 5 ---- 18 files changed, 116 insertions(+), 146 deletions(-) delete mode 100644 gdbsupport/gdb-hashtab.cc