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-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 8a2d34fe51 Automatic date update in version.in adds 4ea904edb7 ld: Clarify --wrap documentation adds 55e8aae79a Implement the assembly instructions yield, wfe, wfi and sev [...] adds d63f2be21b Sync config.guess, config.sub from GCC adds 5a12586d44 Add support to GNU ld to separate got related plt entries fr [...] adds f466c3053d Correct PR number in prevvious delta adds a7b8d68257 [PowerPC] Fix "info vector" test in gdb.arch/altivec-regs.exp adds 6f072a1034 [PowerPC] Aliases for vector registers new 8f0a21480b Include <string.h> to dis-asm.h to get strchr declaration new bbd94648f2 Fix placement of output in TUI mode new 183561e05e Automatic date update in version.in new 491adecac4 Constify target_pass_signals and target_program_signals new 05be00a884 Constify remote_console_output new bb27775165 Constify some remote-notif functions
The 6 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 | 7 + bfd/ChangeLog | 5 + bfd/elf32-s390.c | 3 +- bfd/version.h | 2 +- config.guess | 116 ++- config.sub | 1121 ++++++++++++------------ gas/ChangeLog | 10 + gas/config/tc-arm.c | 7 +- gas/testsuite/gas/arm/archv6t2-1.d | 12 + gas/testsuite/gas/arm/archv6t2-1.s | 5 + gas/testsuite/gas/arm/archv6t2-2.d | 12 + gdb/ChangeLog | 59 ++ gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 6 +- gdb/linux-nat.c | 2 +- gdb/linux-nat.h | 2 +- gdb/nto-procfs.c | 5 +- gdb/ppc-tdep.h | 4 + gdb/procfs.c | 4 +- gdb/remote-notif.c | 6 +- gdb/remote-notif.h | 11 +- gdb/remote.c | 22 +- gdb/rs6000-tdep.c | 108 ++- gdb/target-debug.h | 2 +- gdb/target-delegates.c | 20 +- gdb/target.c | 4 +- gdb/target.h | 9 +- gdb/testsuite/ChangeLog | 14 + gdb/testsuite/gdb.arch/altivec-regs.exp | 49 +- gdb/testsuite/gdb.arch/powerpc-vector-regs.c | 59 ++ gdb/testsuite/gdb.arch/powerpc-vector-regs.exp | 62 ++ gdb/testsuite/gdb.arch/vsx-regs.exp | 3 + gdb/tui/tui-io.c | 6 + include/ChangeLog | 4 + include/dis-asm.h | 1 + ld/ChangeLog | 25 + ld/emulparams/elf64_s390.sh | 1 + ld/emulparams/elf_s390.sh | 1 + ld/ld.texi | 19 + ld/testsuite/ld-s390/gotreloc_31-1.dd | 10 +- ld/testsuite/ld-s390/s390.exp | 4 +- ld/testsuite/ld-s390/tlsbin.dd | 16 +- ld/testsuite/ld-s390/tlsbin.rd | 12 +- ld/testsuite/ld-s390/tlsbin.sd | 1 - ld/testsuite/ld-s390/tlsbin_64.dd | 18 +- ld/testsuite/ld-s390/tlsbin_64.rd | 10 +- ld/testsuite/ld-s390/tlsbin_64.sd | 15 +- ld/testsuite/ld-s390/tlspic.dd | 38 +- ld/testsuite/ld-s390/tlspic.rd | 4 +- ld/testsuite/ld-s390/tlspic.sd | 1 - ld/testsuite/ld-s390/tlspic_64.dd | 48 +- ld/testsuite/ld-s390/tlspic_64.rd | 2 + ld/testsuite/ld-s390/tlspic_64.sd | 21 +- 53 files changed, 1215 insertions(+), 798 deletions(-) create mode 100644 gas/testsuite/gas/arm/archv6t2-1.d create mode 100644 gas/testsuite/gas/arm/archv6t2-1.s create mode 100644 gas/testsuite/gas/arm/archv6t2-2.d create mode 100644 gdb/testsuite/gdb.arch/powerpc-vector-regs.c create mode 100644 gdb/testsuite/gdb.arch/powerpc-vector-regs.exp