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 d30e190339 Automatic date update in version.in new 217083254a Introduce all_objfiles and next_iterator new 99d89cdea6 Remove ALL_PSPACE_OBJFILES new aed57c5371 Remove most uses of ALL_OBJFILES new cac85af246 Remove ALL_OBJFILES_SAFE new 5325b9bf1e Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS new 592553c469 Remove ALL_OBJFILE_COMPUNITS new d8aeb77f04 Remove ALL_COMPUNITS new 5accd1a07e Remove ALL_COMPUNIT_FILETABS new d5da8b3c0d Remove ALL_OBJFILE_FILETABS new 8b31193aa9 Remove ALL_OBJFILES and ALL_FILETABS new 3b9d3ac236 Remove ALL_OBJSECTIONS new b22a7c6ab6 Remove ALL_OBJFILE_PSYMTABS
The 12 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 | 234 +++++++++++++ gdb/ada-lang.c | 197 ++++++----- gdb/blockframe.c | 26 +- gdb/breakpoint.c | 211 ++++++----- gdb/buildsym.c | 7 +- gdb/coffread.c | 14 +- gdb/common/next-iterator.h | 102 ++++++ gdb/compile/compile-object-run.c | 3 +- gdb/cp-support.c | 48 +-- gdb/dbxread.c | 6 +- gdb/dwarf-index-write.c | 51 ++- gdb/dwarf2-frame.c | 4 +- gdb/elfread.c | 7 +- gdb/gcore.c | 104 +++--- gdb/guile/scm-objfile.c | 11 +- gdb/guile/scm-pretty-print.c | 25 +- gdb/guile/scm-progspace.c | 17 +- gdb/hppa-tdep.c | 126 +++---- gdb/jit.c | 9 +- gdb/linespec.c | 87 +++-- gdb/linux-thread-db.c | 8 +- gdb/main.c | 3 +- gdb/maint.c | 35 +- gdb/mdebugread.c | 22 +- gdb/mi/mi-cmd-file.c | 27 +- gdb/minsyms.c | 40 ++- gdb/objc-lang.c | 141 ++++---- gdb/objfiles.c | 183 +++++----- gdb/objfiles.h | 201 ++++++----- gdb/ppc-linux-tdep.c | 4 +- gdb/printcmd.c | 138 ++++---- gdb/probe.c | 42 +-- gdb/psympriv.h | 5 - gdb/psymtab.c | 621 ++++++++++++++++----------------- gdb/psymtab.h | 22 +- gdb/python/py-objfile.c | 8 +- gdb/python/py-prettyprint.c | 38 +- gdb/python/py-progspace.c | 4 +- gdb/python/py-xmethods.c | 4 +- gdb/solib-spu.c | 3 +- gdb/solib.c | 12 +- gdb/source.c | 72 ++-- gdb/spu-tdep.c | 12 +- gdb/stabsread.c | 3 +- gdb/symfile-debug.c | 27 +- gdb/symfile.c | 253 +++++++------- gdb/symmisc.c | 499 +++++++++++++------------- gdb/symtab.c | 737 ++++++++++++++++++++------------------- gdb/symtab.h | 13 +- gdb/windows-tdep.c | 3 +- 50 files changed, 2391 insertions(+), 2078 deletions(-) create mode 100644 gdb/common/next-iterator.h