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 1910070b29 Sync libiberty sources with gcc master versions. new 0e8f53badb Move some declarations to mdebugread.h new baa62830ed Remove some unneeded psymtab initializations new 939652a515 Remove parameters from start_psymtab_common new 75aedd27e6 Change add_psymbol_to_list to use an enum new 6eee24ce30 Simplify calls to init_psymbol_list new 0f14768a2a Change create_demangled_names_hash to take an objfile_per_bf [...] new 1d94a5a36a Change symbol_set_names to take an objfile_per_bfd_storage new d320c2b5e1 Introduce class psymtab_storage new 6d6a12bf87 Introduce objfile::reset_psymtabs new 5923a04c0c Allocate the address map on the psymtab obstack new 5af7096648 Move more allocations to psymtab obstack new a9342b6288 Add psymtab_storage::allocate_dependencies new b596a3c77d Make psymtab_storage::free_psymtabs private new 8d7bcccb82 Move psymtabs to their own obstack
The 14 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 | 164 ++++++++++++++++++++++++++++++++++++++ gdb/dbxread.c | 50 ++++-------- gdb/dwarf-index-write.c | 27 ++++--- gdb/dwarf2read.c | 99 ++++++++++------------- gdb/elfread.c | 1 + gdb/mdebugread.c | 49 ++++++------ gdb/mdebugread.h | 9 +++ gdb/mipsread.c | 1 + gdb/objfiles.c | 5 +- gdb/objfiles.h | 51 ++++++------ gdb/psympriv.h | 42 +++++++--- gdb/psymtab.c | 205 +++++++++++++++++++++++++++++------------------- gdb/psymtab.h | 115 ++++++++++++++++++++++++--- gdb/symfile.c | 12 +-- gdb/symfile.h | 11 +-- gdb/symmisc.c | 12 +-- gdb/symtab.c | 9 +-- gdb/symtab.h | 8 +- gdb/xcoffread.c | 60 +++++--------- 19 files changed, 598 insertions(+), 332 deletions(-)