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-stable-allnoconfig in repository toolchain/ci/binutils-gdb.
from 975f45b7e1 Don't link gdb twice against libiberty adds b300843444 Automatic date update in version.in adds ff47f4f06d Fix valgrind error from gdb.decode_line adds e1c6cf618c PR25384, PowerPC64 ELFv1 copy relocs against function symbols adds c24d0e8d48 Reinstate gas em=freebsd for sparc-freebsd adds 131cb553d6 MSP430: Fix relocation overflow when using #lo(EXP) macro adds aad09917e0 tic4x disassembly static variables adds 0d1cc75df1 Set the default page size of the PDP11 target to 8192 bytes. adds 8dc3273e0c Use get_thread_regcache instead of get_current_regcache in p [...] adds c12081a66b texi2pod.pl: import support for @t{...} from gcc new c96d7e0462 Automatic date update in version.in
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/ChangeLog | 14 ++++++ bfd/elf64-ppc.c | 48 +++++++++++-------- bfd/pdp11.c | 2 +- bfd/version.h | 2 +- etc/ChangeLog | 4 ++ etc/texi2pod.pl | 1 + gas/ChangeLog | 17 +++++++ gas/config/tc-msp430.c | 35 +++++++++----- gas/configure.tgt | 1 + gas/testsuite/gas/msp430/msp430.exp | 1 + gas/testsuite/gas/msp430/reloc-lo-430x.d | 5 ++ gas/testsuite/gas/msp430/reloc-lo-430x.s | 22 +++++++++ gdb/ChangeLog | 11 +++++ gdb/infcmd.c | 3 +- gdb/python/python.c | 9 ++++ gdb/testsuite/ChangeLog | 6 +++ gdb/testsuite/gdb.python/python.exp | 4 ++ include/ChangeLog | 5 ++ include/opcode/msp430.h | 15 ++++++ ld/ChangeLog | 17 +++++++ ld/emulparams/pdp11.sh | 2 +- ld/testsuite/ld-msp430-elf/msp430-elf.exp | 2 + ld/testsuite/ld-msp430-elf/reloc-lo-430x.s | 22 +++++++++ ld/testsuite/ld-powerpc/ambiguousv1b.d | 5 +- ld/testsuite/ld-powerpc/funref.s | 1 + ld/testsuite/ld-powerpc/funref2.s | 1 + ld/testsuite/ld-powerpc/funv1.s | 14 +++--- opcodes/ChangeLog | 10 ++++ opcodes/tic4x-dis.c | 75 ++++++++++++++++++------------ 29 files changed, 281 insertions(+), 73 deletions(-) create mode 100644 gas/testsuite/gas/msp430/reloc-lo-430x.d create mode 100644 gas/testsuite/gas/msp430/reloc-lo-430x.s create mode 100644 ld/testsuite/ld-msp430-elf/reloc-lo-430x.s