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-defconfig in repository toolchain/ci/binutils-gdb.
from 789ce185ac Automatic date update in version.in adds 12400dcc0f te-cloudabi.h adds 6feda62721 Regen BLD-POTFILES.in adds c55b17b809 Fix some ld dependencies adds 53b81c6de1 cskyelf.em branch stub handling adds e6aded7c34 Re: XFAIL PR ld/20995 tests for lynxos and nto targets adds a5def729be Disable R_X86_64_PLT32 generation as branch marker on Solaris/x86 adds b05971a652 PR24427, bfd/doc/chew.c reads uninitialized memory and subtr [...] adds bf227d6105 Remove some uses of "object_files" adds ee3711344b Fix a couple of comments adds e9ad22ee5f Introduce a separate debug objfile iterator adds c1202057eb Pull in patch for libiberty that fixes a stack exhaustion bu [...] adds e7f0831be8 Automatic date update in version.in adds 3f52fdbcb5 Fix amd64->i386 linux syscall restart problem new 795e3bb7de ld: Don't define __rel[a]_iplt_start/__rel[a]_iplt_end in PIE
The 1 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: ChangeLog | 16 +++++ bfd/ChangeLog | 5 ++ bfd/doc/chew.c | 4 +- bfd/version.h | 2 +- gas/ChangeLog | 31 +++++++++ gas/config/tc-aarch64.c | 13 ++-- gas/config/tc-i386.c | 6 ++ gas/config/tc-i386.h | 2 + gas/config/te-cloudabi.h | 22 +++++++ gas/configure.tgt | 2 +- gas/testsuite/gas/i386/reloc64.d | 1 + gas/testsuite/gas/i386/{ => solaris}/reloc64.d | 3 +- gas/testsuite/gas/i386/solaris/solaris.exp | 48 ++++++++++++++ gas/testsuite/gas/i386/{ => solaris}/x86-64-jump.d | 5 +- .../gas/i386/{ => solaris}/x86-64-mpx-branch-1.d | 7 +- .../gas/i386/{ => solaris}/x86-64-mpx-branch-2.d | 7 +- .../gas/i386/{ => solaris}/x86-64-nop-3.d | 4 +- .../gas/i386/{ => solaris}/x86-64-nop-4.d | 4 +- .../gas/i386/{ => solaris}/x86-64-nop-5.d | 4 +- .../gas/i386/{ => solaris}/x86-64-relax-2.d | 12 ++-- .../gas/i386/{ => solaris}/x86-64-relax-3.d | 10 +-- gas/testsuite/gas/i386/x86-64-jump.d | 1 + gas/testsuite/gas/i386/x86-64-mpx-branch-1.d | 1 + gas/testsuite/gas/i386/x86-64-mpx-branch-2.d | 1 + gas/testsuite/gas/i386/x86-64-nop-3.d | 1 + gas/testsuite/gas/i386/x86-64-nop-4.d | 1 + gas/testsuite/gas/i386/x86-64-nop-5.d | 1 + gas/testsuite/gas/i386/x86-64-relax-2.d | 1 + gas/testsuite/gas/i386/x86-64-relax-3.d | 1 + gdb/ChangeLog | 36 ++++++++++ gdb/amd64-linux-nat.c | 69 ++++++++++++++++++- gdb/gdbserver/ChangeLog | 5 ++ gdb/gdbserver/linux-x86-low.c | 13 ++++ gdb/ia64-tdep.c | 3 +- gdb/minsyms.c | 31 ++++----- gdb/objfiles.c | 77 +++++++++++----------- gdb/objfiles.h | 68 ++++++++++++++++++- gdb/symfile.c | 9 +-- gdb/symtab.c | 12 +--- ld/ChangeLog | 43 ++++++++++++ ld/Makefile.am | 3 + ld/Makefile.in | 3 + ld/emulparams/cskyelf.sh | 3 +- ld/emulparams/cskyelf_linux.sh | 35 ++-------- ld/emulparams/elf32mcore.sh | 1 - ld/emulparams/elf32microblaze.sh | 5 +- ld/emulparams/elf32microblazeel.sh | 25 +------ ld/emultempl/cskyelf.em | 31 +++++---- ld/po/BLD-POTFILES.in | 1 - ld/scripttempl/elf.sc | 17 ++--- ld/testsuite/ld-elf/shared.exp | 4 +- libiberty/cp-demangle.c | 48 +++++++------- 52 files changed, 533 insertions(+), 225 deletions(-) create mode 100644 gas/config/te-cloudabi.h copy gas/testsuite/gas/i386/{ => solaris}/reloc64.d (98%) create mode 100644 gas/testsuite/gas/i386/solaris/solaris.exp copy gas/testsuite/gas/i386/{ => solaris}/x86-64-jump.d (94%) copy gas/testsuite/gas/i386/{ => solaris}/x86-64-mpx-branch-1.d (91%) copy gas/testsuite/gas/i386/{ => solaris}/x86-64-mpx-branch-2.d (91%) copy gas/testsuite/gas/i386/{ => solaris}/x86-64-nop-3.d (92%) copy gas/testsuite/gas/i386/{ => solaris}/x86-64-nop-4.d (94%) copy gas/testsuite/gas/i386/{ => solaris}/x86-64-nop-5.d (95%) copy gas/testsuite/gas/i386/{ => solaris}/x86-64-relax-2.d (84%) copy gas/testsuite/gas/i386/{ => solaris}/x86-64-relax-3.d (86%)