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 ac0ab1842d i386: Also check R12-R15 registers when optimizing testq to testb new bda13cdcf0 Make the objfile constructor private new f65fe5704a Make add_separate_debug_objfile static new 268e4f0914 Make the objfile destructor private new 7cac64af7b Introduce program_space::add_objfile new 234529260a Introduce program_space::remove_objfile new deeafabb67 Remove MULTI_OBJFILE_P new 13bff72615 Introduce basic_safe_range new d0801dd8f2 Store objfiles on a std::list new 343cc95202 Move free_all_objfiles to program_space new 7d7167ce1b Manage objfiles with shared_ptr new e671856cb8 Change objfile::partial_symtabs to be a unique_ptr
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 | 122 ++++++++++++++++++++++++++++++++++++++ gdb/compile/compile-object-load.c | 6 +- gdb/compile/compile-object-run.c | 2 +- gdb/gdbsupport/safe-iterator.h | 52 ++++++++++++++-- gdb/jit.c | 20 ++----- gdb/maint.c | 2 +- gdb/objfiles.c | 122 ++++++++++---------------------------- gdb/objfiles.h | 52 +++++++++++----- gdb/printcmd.c | 2 +- gdb/progspace.c | 56 +++++++++++++++++ gdb/progspace.h | 113 +++++++++++++++++++++++++++++++---- gdb/solib.c | 4 +- gdb/symfile.c | 15 ++--- 13 files changed, 412 insertions(+), 156 deletions(-)