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-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 0c3d948509 MSP430: Add input section rules for .upper sections to defau [...] adds 6d0be74bfa MSP430: Remove unused linker script template elf32msp430_3.sc
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 | 11 ++ gas/config/tc-i386.c | 10 +- gas/testsuite/gas/i386/avx512dq-inval.l | 13 ++ gas/testsuite/gas/i386/avx512dq-inval.s | 22 +++ gas/testsuite/gas/i386/i386.exp | 1 + gdb/ChangeLog | 5 + gdb/infcmd.c | 3 +- ld/ChangeLog | 16 ++ ld/emulparams/pdp11.sh | 2 +- ld/scripttempl/elf32msp430.sc | 8 + ld/scripttempl/elf32msp430_3.sc | 224 ---------------------- ld/testsuite/ld-msp430-elf/msp430-elf.exp | 2 + ld/testsuite/ld-msp430-elf/upper-input-sections.s | 33 ++++ opcodes/ChangeLog | 18 ++ opcodes/i386-opc.tbl | 26 ++- opcodes/i386-tbl.h | 32 ++-- 21 files changed, 174 insertions(+), 266 deletions(-) create mode 100644 gas/testsuite/gas/i386/avx512dq-inval.l create mode 100644 gas/testsuite/gas/i386/avx512dq-inval.s delete mode 100644 ld/scripttempl/elf32msp430_3.sc create mode 100644 ld/testsuite/ld-msp430-elf/upper-input-sections.s