This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Oz in repository toolchain/ci/binutils-gdb.
from 2b0c8b0199 Rename python function thread_from_thread_handle to thread_f [...] adds 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 new a5def729be Disable R_X86_64_PLT32 generation as branch marker on Solaris/x86
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: bfd/version.h | 2 +- gas/ChangeLog | 38 ++++++++++++++++ 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 + gas/testsuite/gas/mips/hwr-names.s | 11 +++++ gas/testsuite/gas/mips/mips.exp | 2 + gas/testsuite/gas/mips/mipsr6@hwr-names.d | 51 ++++++++++++++++++++++ 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 +- opcodes/ChangeLog | 4 ++ opcodes/mips-opc.c | 1 + 53 files changed, 426 insertions(+), 154 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 gas/testsuite/gas/mips/mipsr6@hwr-names.d create mode 100644 gdb/testsuite/gdb.base/start-cpp.cc create mode 100644 gdb/testsuite/gdb.base/start-cpp.exp