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-aarch64-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from 16b0db75af [gdb/testsuite] Fix c-linkage-name.exp with -flto adds af62665e13 Don't pass NULL to memcpy in gdb adds 6f29a53415 Fix py-tui.c build problem adds 876678f05e PR 25611, PR 25614: GAS: Remove a double inclusion of "bignum.h" adds 283b7aa134 Automatic date update in version.in adds 7b948a2580 mmo.c: Fix ld testsuite regression "objcopy executable (pr25662)". adds 41ff29bf5d ld/testsuite/ld-scripts/defined4.d: Don't xfail mmix-*-*. adds 40bd13ced9 include: Sync plugin-api.h with GCC adds 15ccbdd717 Arm: Fix thumb2 PLT branch offsets. adds a7618269b7 Arm: Fix LSB of GOT for Thumb2 only PLT. adds 15d47c3a70 gas: Fix some x86_64 testcases for Solaris not using R_X86_6 [...] adds efc3a95039 x86: Force relocation against local absolute symbol
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 15 +++++++++ bfd/elf32-arm.c | 10 ++++-- bfd/mmo.c | 6 +++- bfd/version.h | 2 +- gas/ChangeLog | 32 +++++++++++++++++++ gas/config/tc-i386.h | 8 +++++ gas/dwarf2dbg.c | 1 - gas/testsuite/gas/i386/ilp32/x86-64-localpic.d | 4 ++- gas/testsuite/gas/i386/localpic.d | 4 ++- gas/testsuite/gas/i386/localpic.s | 2 ++ .../gas/i386/{ => solaris}/x86-64-branch-2.d | 5 +-- .../gas/i386/{ => solaris}/x86-64-branch-3.d | 11 ++++--- gas/testsuite/gas/i386/solaris/x86-64-jump.d | 16 +++++++--- .../gas/i386/solaris/x86-64-mpx-branch-1.d | 36 ++++++++++++---------- .../gas/i386/solaris/x86-64-mpx-branch-2.d | 28 ++--------------- gas/testsuite/gas/i386/x86-64-branch-2.d | 1 + gas/testsuite/gas/i386/x86-64-branch-3.d | 1 + gas/testsuite/gas/i386/x86-64-localpic.d | 4 ++- gas/testsuite/gas/i386/x86-64-localpic.s | 2 ++ gdb/ChangeLog | 10 ++++++ gdb/dwarf2/abbrev.c | 5 +-- gdb/python/py-tui.c | 8 ++++- gdbsupport/ChangeLog | 5 +++ gdbsupport/btrace-common.cc | 3 +- include/ChangeLog | 6 ++++ include/plugin-api.h | 2 +- ld/ChangeLog | 16 ++++++++++ ld/testsuite/ld-arm/arm-elf.exp | 3 ++ ld/testsuite/ld-arm/thumb-plt-got.d | 14 +++++++++ ld/testsuite/ld-arm/thumb-plt.d | 34 ++++++++++++++++++++ ld/testsuite/ld-arm/thumb-plt.s | 18 +++++++++++ ld/testsuite/ld-scripts/defined4.d | 4 +-- 32 files changed, 247 insertions(+), 69 deletions(-) copy gas/testsuite/gas/i386/{ => solaris}/x86-64-branch-2.d (88%) copy gas/testsuite/gas/i386/{ => solaris}/x86-64-branch-3.d (80%) create mode 100644 ld/testsuite/ld-arm/thumb-plt-got.d create mode 100644 ld/testsuite/ld-arm/thumb-plt.d create mode 100644 ld/testsuite/ld-arm/thumb-plt.s