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-allnoconfig in repository toolchain/ci/binutils-gdb.
from e395f487b3 i386: Check vector length for scatter/gather prefetch instructions adds 0c823d25a6 Automatic date update in version.in adds 60d53d7f03 PowerPC notoc call stub tests adds c432bbbaaa [GOLD] R_PPC64_REL16_HIGH relocs adds f073a3e8c6 [GOLD] PowerPC linkage table error adds f60c61e60e [GOLD] PowerPC tweak relnum tests adds 999d6dff80 Plugin target handling adds 781152ec18 Prevent an attempt to allocate an excessive amount of memory [...] adds 7e56c51c79 Prevent attempts to allocate excessive amounts of memory whe [...] adds 10d06d8219 Handle either order of name and linkage name adds 5af5392a3d Fix crash when using PYTHONMALLOC=debug (PR python/24742) adds 7d7571f0c1 Adjust i386 registers on SystemTap probes' arguments (PR bre [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 19 ++++++ bfd/compress.c | 17 +++++ bfd/config.bfd | 5 -- bfd/configure | 15 ++--- bfd/configure.ac | 15 ++--- bfd/elf.c | 12 ++++ bfd/format.c | 9 ++- bfd/targets.c | 8 +-- bfd/version.h | 2 +- binutils/ChangeLog | 7 ++ binutils/objdump.c | 21 +++++- elfcpp/ChangeLog | 6 ++ elfcpp/powerpc.h | 7 ++ gdb/ChangeLog | 24 +++++++ gdb/dwarf2read.c | 10 ++- gdb/gdbarch.c | 32 +++++++++ gdb/gdbarch.h | 30 +++++++++ gdb/gdbarch.sh | 25 +++++++ gdb/i386-tdep.c | 29 ++++++++ gdb/python/python.c | 2 +- gdb/stap-probe.c | 31 ++++++++- gdb/testsuite/ChangeLog | 5 ++ gdb/testsuite/gdb.dwarf2/ada-linkage-name.c | 41 ++++++++++++ gdb/testsuite/gdb.dwarf2/ada-linkage-name.exp | 95 +++++++++++++++++++++++++++ gold/ChangeLog | 20 ++++++ gold/powerpc.cc | 57 ++++++++++++++-- ld/ChangeLog | 8 +++ ld/testsuite/ld-powerpc/callstub-1.d | 29 ++++++++ ld/testsuite/ld-powerpc/callstub-1.s | 9 +++ ld/testsuite/ld-powerpc/callstub-2.d | 35 ++++++++++ ld/testsuite/ld-powerpc/callstub-2.s | 8 +++ ld/testsuite/ld-powerpc/powerpc.exp | 2 + 32 files changed, 594 insertions(+), 41 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/ada-linkage-name.c create mode 100644 gdb/testsuite/gdb.dwarf2/ada-linkage-name.exp create mode 100644 ld/testsuite/ld-powerpc/callstub-1.d create mode 100644 ld/testsuite/ld-powerpc/callstub-1.s create mode 100644 ld/testsuite/ld-powerpc/callstub-2.d create mode 100644 ld/testsuite/ld-powerpc/callstub-2.s