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 63b4ecf76f [gdb/testsuite] Add comment in gdb.base/vla-optimized-out.c new 08994e1ddc Remove dead code in end_psymtab new 8a6d423450 Change representation of psymbol to flush out accessors new 02e9e7f7e2 Introduce partial_symbol::address new 4ae976d1df Introduce accessors for psymtab high and low fields new 52948f01e4 Add validity bits for psymtab high and low fields new 7974897237 Make psymbols and psymtabs independent of the program space
The 6 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 | 118 ++++++++++++++++++++ gdb/dbxread.c | 186 +++++++++++++------------------- gdb/dwarf-index-write.c | 24 ++--- gdb/dwarf2read.c | 117 +++++++++++--------- gdb/mdebugread.c | 129 ++++++++++------------ gdb/objfiles.c | 11 +- gdb/psympriv.h | 90 ++++++++++++++-- gdb/psymtab.c | 278 +++++++++++++++++++----------------------------- gdb/symfile-debug.c | 18 ---- gdb/symfile.h | 6 -- gdb/xcoffread.c | 34 +++--- 11 files changed, 526 insertions(+), 485 deletions(-)