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-allmodconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 4814632e69 x86: VPEXTRQ/VPINSRQ are unavailable outside of 64-bit mode adds 9cf70a448b x86: add a few more missing VexWIG adds d0849eed78 x86: drop stale Vec_Imm4 related comment adds 45a4bb2010 x86: drop found_cpu_match local variable
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 | 24 ++++++++++ gas/config/tc-i386.c | 10 +--- gas/config/tc-msp430.c | 35 +++++++++----- gas/testsuite/gas/i386/avx512dq-inval.l | 13 ++++++ gas/testsuite/gas/i386/avx512dq-inval.s | 22 +++++++++ gas/testsuite/gas/i386/i386.exp | 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 | 28 +++++++++++ opcodes/i386-opc.tbl | 26 +++++------ opcodes/i386-tbl.h | 32 ++++++------- opcodes/tic4x-dis.c | 75 ++++++++++++++++++------------ 26 files changed, 288 insertions(+), 84 deletions(-) create mode 100644 gas/testsuite/gas/i386/avx512dq-inval.l create mode 100644 gas/testsuite/gas/i386/avx512dq-inval.s 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