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-lts-defconfig 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 new a15a95ed26 Remove "boolean" and "var_boolean" checks from ARI new fe56157f92 Remove ATTRIBUTE_UNUSED check from ARI new 8aaaf7577f Fix ARI text for floatformat_from_double new 036003a671 Silence ARI for valid calls to abort new c6cbf900d4 Silence ARI warning about floatformat_to_double new 3cb5a3a16a Suppress ARI warnings for vsprintf new 98f9338a58 Change ARI usage to GNU style new 634561834e Accept -Wno- prefix in ARI new 93537683e7 Remove "fix" call for "long long" from ARI new 234c306803 Remove ARI check for multiple calls to warning or error new f1d293cc58 Revert "Turn off threaded minsym demangling by default"
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: bfd/ChangeLog | 7 ++ bfd/elf.c | 10 ++- bfd/version.h | 2 +- gdb/ChangeLog | 185 ++++++++++++++++++++++++++++++++++++++ gdb/compile/compile-object-load.c | 6 +- gdb/compile/compile-object-run.c | 2 +- gdb/configure.tgt | 2 +- gdb/contrib/ari/gdb_ari.sh | 79 ++++------------ gdb/event-top.c | 2 +- gdb/gdbsupport/common-utils.c | 6 +- gdb/gdbsupport/safe-iterator.h | 52 +++++++++-- gdb/jit.c | 130 ++++++++++++--------------- gdb/maint.c | 9 +- gdb/maint.h | 2 - gdb/minsyms.c | 10 --- 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 ++-- gdb/target-float.c | 4 +- gdb/utils.c | 6 +- 24 files changed, 576 insertions(+), 302 deletions(-)