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-arm-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 2da2eaf4ce [binutils][arm] PR25376 Change MVE into a CORE_HIGH feature
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- etc/ChangeLog | 4 + etc/texi2pod.pl | 1 + gas/ChangeLog | 21 + gas/config/tc-arm.c | 13 +- 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 +- include/ChangeLog | 8 + include/opcode/arm.h | 7 +- ld/ChangeLog | 11 + 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 | 27 ++ opcodes/arm-dis.c | 471 +++++++++++----------- opcodes/i386-opc.tbl | 26 +- opcodes/i386-tbl.h | 32 +- 22 files changed, 437 insertions(+), 507 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