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 f8bab2d61d Create a correctly-sized demangled names hashtable new c9d95fa3d0 Replace the MSYMBOL_*_NAME macros with member functions new 987012b89b Replace SYMBOL_*_NAME accessors with member functions
The 2 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 | 288 ++++++++++++++++++++++++++++++++++++ gdb/ada-exp.y | 3 +- gdb/ada-lang.c | 102 +++++++------ gdb/ada-tasks.c | 2 +- gdb/amd64-windows-tdep.c | 6 +- gdb/arm-tdep.c | 6 +- gdb/arm-wince-tdep.c | 6 +- gdb/ax-gdb.c | 20 +-- gdb/block.c | 2 +- gdb/block.h | 4 +- gdb/blockframe.c | 4 +- gdb/breakpoint.c | 6 +- gdb/btrace.c | 8 +- gdb/buildsym.c | 6 +- gdb/c-exp.y | 2 +- gdb/c-typeprint.c | 9 +- gdb/c-valprint.c | 5 +- gdb/cli/cli-cmds.c | 6 +- gdb/coffread.c | 23 ++- gdb/compile/compile-c-symbols.c | 28 ++-- gdb/compile/compile-cplus-symbols.c | 24 +-- gdb/compile/compile-cplus-types.c | 2 +- gdb/compile/compile-loc2c.c | 6 +- gdb/compile/compile-object-load.c | 2 +- gdb/cp-namespace.c | 10 +- gdb/cp-support.c | 5 +- gdb/ctfread.c | 2 +- gdb/dbxread.c | 4 +- gdb/dictionary.c | 8 +- gdb/dictionary.h | 4 +- gdb/dwarf-index-write.c | 4 +- gdb/dwarf2loc.c | 40 ++--- gdb/dwarf2read.c | 16 +- gdb/elfread.c | 2 +- gdb/eval.c | 12 +- gdb/expprint.c | 16 +- gdb/f-valprint.c | 10 +- gdb/findvar.c | 22 +-- gdb/frame.c | 2 +- gdb/frv-tdep.c | 4 +- gdb/gnu-v2-abi.c | 2 +- gdb/gnu-v3-abi.c | 8 +- gdb/go-lang.c | 2 +- gdb/guile/scm-block.c | 2 +- gdb/guile/scm-symbol.c | 8 +- gdb/hppa-tdep.c | 2 +- gdb/i386-tdep.c | 6 +- gdb/ia64-tdep.c | 2 +- gdb/infcall.c | 4 +- gdb/infcmd.c | 4 +- gdb/infrun.c | 2 +- gdb/linespec.c | 17 +-- gdb/linux-fork.c | 2 +- gdb/m2-typeprint.c | 4 +- gdb/m32c-tdep.c | 4 +- gdb/maint.c | 2 +- gdb/mdebugread.c | 10 +- gdb/mi/mi-cmd-stack.c | 4 +- gdb/minsyms.c | 32 ++-- gdb/mips-tdep.c | 8 +- gdb/msp430-tdep.c | 2 +- gdb/objc-lang.c | 28 ++-- gdb/p-typeprint.c | 2 +- gdb/p-valprint.c | 5 +- gdb/ppc-linux-tdep.c | 5 +- gdb/ppc-sysv-tdep.c | 4 +- gdb/printcmd.c | 16 +- gdb/psymtab.c | 20 +-- gdb/python/py-framefilter.c | 8 +- gdb/python/py-symbol.c | 6 +- gdb/python/python.c | 4 +- gdb/record-btrace.c | 8 +- gdb/rs6000-tdep.c | 8 +- gdb/rust-lang.c | 2 +- gdb/sol-thread.c | 4 +- gdb/solib-frv.c | 2 +- gdb/stabsread.c | 64 ++++---- gdb/stack.c | 35 +++-- gdb/symmisc.c | 20 +-- gdb/symtab.c | 108 ++++++-------- gdb/symtab.h | 105 +++++-------- gdb/tracepoint.c | 42 +++--- gdb/typeprint.c | 2 +- gdb/valops.c | 8 +- gdb/x86-tdep.c | 2 +- 85 files changed, 795 insertions(+), 571 deletions(-)