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 10ca4b042d1 readelf: Consolidate --syms --use-dynamic with --dyn-syms new c1a66c0629d [gdb] Expand symbolless symtabs using maint expand-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 | 17 ++++++++ gdb/dwarf2/read.c | 32 +++++++++++++-- gdb/linespec.c | 2 +- gdb/psymtab.c | 10 ++--- gdb/symfile-debug.c | 2 +- gdb/symfile.c | 2 +- gdb/symfile.h | 13 +++--- gdb/symmisc.c | 8 +--- gdb/symtab.c | 2 +- gdb/testsuite/ChangeLog | 7 ++++ ...symtab.c => maint-expand-symbols-header-file.c} | 10 ++--- .../gdb.base/maint-expand-symbols-header-file.exp | 46 ++++++++++++++++++++++ ...ic-var.c => maint-expand-symbols-header-file.h} | 8 ++-- 13 files changed, 124 insertions(+), 35 deletions(-) copy gdb/testsuite/gdb.base/{check-psymtab.c => maint-expand-symbols-header-file.c} (88%) create mode 100644 gdb/testsuite/gdb.base/maint-expand-symbols-header-file.exp copy gdb/testsuite/gdb.base/{info-locals-unused-static-var.c => maint-expand-symbo [...]