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 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 adds c96d7e0462 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 5 ++ 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 | 5 ++ gdb/infcmd.c | 3 +- include/ChangeLog | 5 ++ include/opcode/msp430.h | 15 ++++++ ld/ChangeLog | 10 ++++ ld/emulparams/pdp11.sh | 2 +- ld/testsuite/ld-msp430-elf/msp430-elf.exp | 2 + ld/testsuite/ld-msp430-elf/reloc-lo-430x.s | 22 +++++++++ opcodes/ChangeLog | 10 ++++ opcodes/tic4x-dis.c | 75 ++++++++++++++++++------------ 21 files changed, 198 insertions(+), 46 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