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 776489e0a7 Remove cleanups from solib-target.c new 2030c07971 Change all_objfiles adapter to be a method on program_space new 7e955d83c4 Change all_objfiles_safe adapter to be a method on program_space new b669c95337 Add compunits range adapter to objfile new f252c6d5dc Make psymtab range adapter a method on objfile new 604b1bfb46 Simplify minsym iteration new 7932255de5 Make minimal symbol range adapter a method on objfile
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 | 164 +++++++++++++++++++++++++- gdb/ada-lang.c | 26 ++--- gdb/blockframe.c | 2 +- gdb/breakpoint.c | 8 +- gdb/coffread.c | 4 +- gdb/compile/compile-object-run.c | 2 +- gdb/cp-support.c | 10 +- gdb/dbxread.c | 2 +- gdb/dwarf-index-write.c | 2 +- gdb/dwarf2-frame.c | 2 +- gdb/elfread.c | 4 +- gdb/gcore.c | 4 +- gdb/guile/scm-objfile.c | 2 +- gdb/guile/scm-pretty-print.c | 2 +- gdb/guile/scm-progspace.c | 2 +- gdb/hppa-tdep.c | 6 +- gdb/jit.c | 4 +- gdb/linespec.c | 6 +- gdb/linux-thread-db.c | 4 +- gdb/main.c | 2 +- gdb/maint.c | 8 +- gdb/mdebugread.c | 2 +- gdb/mi/mi-cmd-file.c | 4 +- gdb/minsyms.c | 4 +- gdb/objc-lang.c | 20 ++-- gdb/objfiles.c | 30 ++--- gdb/objfiles.h | 241 ++++++++++++++++----------------------- gdb/ppc-linux-tdep.c | 2 +- gdb/printcmd.c | 2 +- gdb/probe.c | 6 +- gdb/progspace.h | 33 +++++- gdb/psymtab.c | 12 +- gdb/psymtab.h | 15 ++- gdb/python/py-objfile.c | 4 +- gdb/python/py-prettyprint.c | 2 +- gdb/python/py-progspace.c | 2 +- gdb/python/py-xmethods.c | 2 +- gdb/solib-spu.c | 2 +- gdb/solib.c | 2 +- gdb/source.c | 10 +- gdb/spu-tdep.c | 4 +- gdb/stabsread.c | 2 +- gdb/symfile-debug.c | 2 +- gdb/symfile.c | 24 ++-- gdb/symmisc.c | 36 +++--- gdb/symtab.c | 70 ++++++------ gdb/windows-tdep.c | 2 +- 47 files changed, 477 insertions(+), 324 deletions(-)