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 b7d2fe148e7 Document m68k floating point feature correspondence new f6f1cebcbe4 Remove an include from machoread.c new 6f17252b76d Use new and delete for psymtabs new 6d94535fc68 Change some psymtab fields to bool new abaa2f2340a Do not allocate psymtabs via psymtab_storage new 32caafd02b0 Change allocate_psymtab to be a constructor new c3693a1d946 Turn start_psymtab_common into a constructor new 891813beaab Introduce partial_symtab::read_symtab method new 077cbab2703 Consolidate psymtab "Reading" messages new 8566b89b737 Introduce partial_symtab::expand_psymtab method new 0494dbecdfa Consolidate partial symtab dependency reading new 128a391fe45 Virtualize "readin" and "compunit_symtab"
The 11 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 | 177 ++++++++++++++++++++++++++++++++++++++++++++++++ gdb/ctfread.c | 71 +++++++++++-------- gdb/dbxread.c | 124 ++++++++++++--------------------- gdb/dwarf-index-write.c | 29 ++++---- gdb/dwarf2read.c | 143 ++++++++++++++------------------------ gdb/dwarf2read.h | 25 ++++++- gdb/machoread.c | 1 - gdb/mdebugread.c | 93 +++++++++---------------- gdb/psympriv.h | 165 ++++++++++++++++++++++++++++++++++---------- gdb/psymtab.c | 156 +++++++++++++++++++++++------------------- gdb/psymtab.h | 11 +-- gdb/stabsread.h | 7 +- gdb/xcoffread.c | 101 ++++++++------------------- 13 files changed, 628 insertions(+), 475 deletions(-)