This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from ac0ab1842d i386: Also check R12-R15 registers when optimizing testq to testb adds bda13cdcf0 Make the objfile constructor private adds f65fe5704a Make add_separate_debug_objfile static adds 268e4f0914 Make the objfile destructor private adds 7cac64af7b Introduce program_space::add_objfile adds 234529260a Introduce program_space::remove_objfile adds deeafabb67 Remove MULTI_OBJFILE_P adds 13bff72615 Introduce basic_safe_range adds d0801dd8f2 Store objfiles on a std::list adds 343cc95202 Move free_all_objfiles to program_space adds 7d7167ce1b Manage objfiles with shared_ptr adds e671856cb8 Change objfile::partial_symtabs to be a unique_ptr adds c7ff3609c1 Automatic date update in version.in adds 0bc3450e22 Set no file contents PT_LOAD p_offset to first page adds b3f4b80fba MSP430: Relax target glob for configuring GDB adds 3a90f26667 Fix indentation in jit.c adds a5513db2f5 Fix the gdb build with GCC 7
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 7 ++ bfd/elf.c | 10 ++- bfd/version.h | 2 +- gdb/ChangeLog | 136 ++++++++++++++++++++++++++++++++++++++ gdb/compile/compile-object-load.c | 6 +- gdb/compile/compile-object-run.c | 2 +- gdb/configure.tgt | 2 +- gdb/gdbsupport/safe-iterator.h | 52 +++++++++++++-- gdb/jit.c | 130 +++++++++++++++++------------------- 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 ++--- 17 files changed, 499 insertions(+), 214 deletions(-)