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 7e96e219a4 [MIPS] Add RDHWR with the SEL field for MIPS R6. adds e242fd1249 Use -qualified flag when setting temporary breakpoint in sta [...] adds 9ca1957fcb Fix typo in latest ChangeLog entry adds 9ab8741a48 Consistently use bool for fake_pid_p adds b0319eaaf9 Use find_thread_in_random in select_event_lwp adds 8dc433a0fb Fix Rust lexer buglet adds 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 [...]
No new revisions were added by this update.
Summary of changes: 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 | 23 +++++++++++ gdb/corelow.c | 4 +- gdb/gdbserver/ChangeLog | 4 ++ gdb/gdbserver/linux-low.c | 35 ++-------------- gdb/infcmd.c | 5 ++- gdb/inferior.c | 2 +- gdb/remote.c | 14 +++---- gdb/rust-exp.y | 6 ++- gdb/testsuite/ChangeLog | 5 +++ gdb/testsuite/gdb.base/start-cpp.cc | 33 +++++++++++++++ gdb/testsuite/gdb.base/start-cpp.exp | 37 +++++++++++++++++ ld/ChangeLog | 34 +++++++++++++++ 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/testsuite/ld-elf/shared.exp | 4 +- 50 files changed, 357 insertions(+), 156 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%) create mode 100644 gdb/testsuite/gdb.base/start-cpp.cc create mode 100644 gdb/testsuite/gdb.base/start-cpp.exp