This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/binutils-gdb.
from 0e26741636 gdb/riscv: delete target descriptions when gdb exits adds dea6fdedf9 Automatic date update in version.in adds aee91db3eb Remove "linux_multi_process" global adds 6095ca5257 Automatic date update in version.in adds e10a07b32d Power10 stub selection adds 4609ada49f ld: optionally emit _etext last, before .data adds 2585b7a5ce x86: Change PLT32 reloc against section to PC32 adds 9e6b97601b gold: Update x86-64 tests adds 53752b85ac gold: Update x32 test
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 13 +++ bfd/elf64-ppc.c | 101 ++++++++++++++++++--- bfd/version.h | 2 +- gas/ChangeLog | 8 ++ gas/config/tc-i386.c | 19 +++- gas/testsuite/gas/i386/relax-5.d | 2 +- gas/testsuite/gas/i386/x86-64-relax-4.d | 2 +- gdb/ChangeLog | 5 + gdb/linux-nat.c | 7 +- gold/ChangeLog | 8 ++ gold/testsuite/bnd_ifunc_1.sh | 6 +- gold/testsuite/bnd_plt_1.sh | 10 +- gold/testsuite/split_x32.sh | 8 +- gold/testsuite/split_x86_64.sh | 8 +- gold/testsuite/x86_64_indirect_call_to_direct.sh | 4 +- ld/ChangeLog | 29 ++++++ ld/emulparams/elf64mmix.sh | 4 + ld/emultempl/ppc64elf.em | 19 +++- ld/ld.texi | 12 +-- ld/scripttempl/elf.sc | 13 ++- ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-i386/pr26263.d | 19 ++++ ld/testsuite/ld-mmix/sec-1.d | 2 +- ld/testsuite/ld-powerpc/callstub-1.d | 12 +-- ld/testsuite/ld-powerpc/callstub-2.d | 8 +- .../ld-powerpc/{callstub-1.d => callstub-4.d} | 17 ++-- ld/testsuite/ld-powerpc/notoc.d | 2 +- ld/testsuite/ld-powerpc/notoc3.d | 97 ++++++++++++++++++++ ld/testsuite/ld-powerpc/notoc3.s | 59 ++++++++++++ ld/testsuite/ld-powerpc/notoc3.wf | 17 ++++ ld/testsuite/ld-powerpc/powerpc.exp | 7 +- ld/testsuite/ld-x86-64/pr26263.d | 18 ++++ ld/testsuite/ld-x86-64/pr26263.s | 8 ++ ld/testsuite/ld-x86-64/x86-64.exp | 1 + 34 files changed, 472 insertions(+), 76 deletions(-) create mode 100644 ld/testsuite/ld-i386/pr26263.d copy ld/testsuite/ld-powerpc/{callstub-1.d => callstub-4.d} (63%) create mode 100644 ld/testsuite/ld-powerpc/notoc3.d create mode 100644 ld/testsuite/ld-powerpc/notoc3.s create mode 100644 ld/testsuite/ld-powerpc/notoc3.wf create mode 100644 ld/testsuite/ld-x86-64/pr26263.d create mode 100644 ld/testsuite/ld-x86-64/pr26263.s