This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_profiled_lto in repository toolchain/ci/binutils-gdb.
from a17a212139 Automatic date update in version.in adds 2f399d995b x86: correct and simplify NOP disassembly adds b097040238 x86/Intel: test non-legacy VCVT{,U}SI2SH insn forms adds 177e42f83d x86: drop stray CheckRegSize from VFPCLASSPH adds bb80cf5b42 x86: VCMPSH is Evex.LLIG adds 2aaee75f81 x86: don't mistake ordinary immediates for SAE / rounding control adds c57207c15c gdbsupport/selftest: Replace for_each_selftest with an itera [...] adds 9a0f7f634e gdbsupport/selftest: Allow lazy registration adds 531c82a1c7 gdb/selftest-arch: Make register_test_foreach_arch generate [...] adds 6ea673e2d6 as: Reject unknown -gXXX option adds 5355776935 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/as.c | 2 + gas/config/tc-i386.c | 5 + gas/testsuite/gas/all/empty.s | 1 + gas/testsuite/gas/all/gas.exp | 1 + gas/testsuite/gas/all/pr29067.d | 2 + gas/testsuite/gas/all/pr29067.err | 2 + gas/testsuite/gas/i386/avx512_fp16.s | 4 +- gas/testsuite/gas/i386/evex-lig.s | 13 ++ gas/testsuite/gas/i386/evex-lig256-intel.d | 12 ++ gas/testsuite/gas/i386/evex-lig256.d | 12 ++ gas/testsuite/gas/i386/evex-lig512-intel.d | 12 ++ gas/testsuite/gas/i386/evex-lig512.d | 12 ++ gas/testsuite/gas/i386/ilp32/rex.d | 44 +------ gas/testsuite/gas/i386/inval-avx512f.l | 9 +- gas/testsuite/gas/i386/inval-avx512f.s | 4 + gas/testsuite/gas/i386/rex.d | 5 + gas/testsuite/gas/i386/rex.s | 6 + gas/testsuite/gas/i386/x86-64-avx512_fp16.s | 8 +- gdb/maint.c | 13 +- gdb/selftest-arch.c | 29 +++-- gdb/selftest-arch.h | 3 + gdb/testsuite/gdb.gdb/unittest.exp | 25 +++- gdbsupport/selftest.cc | 46 +++++-- gdbsupport/selftest.h | 42 +++++- opcodes/i386-dis.c | 30 ++--- opcodes/i386-opc.tbl | 10 +- opcodes/i386-tbl.h | 190 ++++++++++++++-------------- 28 files changed, 332 insertions(+), 212 deletions(-) create mode 100644 gas/testsuite/gas/all/empty.s create mode 100644 gas/testsuite/gas/all/pr29067.d create mode 100644 gas/testsuite/gas/all/pr29067.err