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-allyesconfig in repository toolchain/ci/binutils-gdb.
from 53570fbcca Automatic date update in version.in adds c906a69a1f x86: VCVTNEPS2BF16{X,Y} should permit broadcasting adds c006a730e9 x86: improve handling of insns with ambiguous operand sizes adds 1a0351246a x86: replace adhoc ambiguous operand checking for CRC32 adds 0c27188999 Fix step-over-syscall.exp failure adds 1ab139e5be Add more debugging output to aarch64_displaced_step_fixup adds f0c702d4b8 Convert an int flag variable to bool adds e3ed17f393 x86: testsuite adjustments after commit 1a0351246a5c adds b4654b109b pr23900-1.d: Also check PT_GNU_PROPERTY program header adds f6474de9aa Allow use of Pygments to colorize source code adds f9fac3c81b gdb: fix indentation in infrun.c adds b3ee6dd9f2 gdb: remove uses of iterate_over_inferiors in remote-sim.c adds a12378729f gdb: add declaration for _initialize_gdbarch in gdbarch.sh new ea91954d07 Automatic date update in version.in new 1e1613647f pr23900-1.d: Adjusted
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 75 ++++++++++++++ gas/config/tc-i386.c | 134 +++++++++++------------- gas/doc/c-i386.texi | 25 +++++ gas/testsuite/gas/i386/avx512_bf16_vl.d | 4 + gas/testsuite/gas/i386/avx512_bf16_vl.s | 4 + gas/testsuite/gas/i386/bundle.s | 2 +- gas/testsuite/gas/i386/i386.exp | 3 + gas/testsuite/gas/i386/ilp32/x86-64-nops.d | 2 - gas/testsuite/gas/i386/inval-crc32.l | 8 +- gas/testsuite/gas/i386/inval-crc32.s | 2 + gas/testsuite/gas/i386/lock-1.s | 20 ++-- gas/testsuite/gas/i386/nops.d | 1 - gas/testsuite/gas/i386/nops.s | 1 - gas/testsuite/gas/i386/noreg16.d | 80 +++++++++++++++ gas/testsuite/gas/i386/noreg16.l | 116 +++++++++++++++++++++ gas/testsuite/gas/i386/noreg16.s | 79 ++++++++++++++ gas/testsuite/gas/i386/noreg32.d | 90 ++++++++++++++++ gas/testsuite/gas/i386/noreg32.l | 126 +++++++++++++++++++++++ gas/testsuite/gas/i386/noreg32.s | 89 ++++++++++++++++ gas/testsuite/gas/i386/noreg64.d | 92 +++++++++++++++++ gas/testsuite/gas/i386/noreg64.l | 137 +++++++++++++++++++++++++ gas/testsuite/gas/i386/noreg64.s | 91 ++++++++++++++++ gas/testsuite/gas/i386/opcode.s | 4 +- gas/testsuite/gas/i386/sse-noavx.d | 1 - gas/testsuite/gas/i386/sse-noavx.s | 1 - gas/testsuite/gas/i386/sse3.s | 2 +- gas/testsuite/gas/i386/x86-64-avx-scalar.s | 4 +- gas/testsuite/gas/i386/x86-64-avx.s | 4 +- gas/testsuite/gas/i386/x86-64-avx512_bf16_vl.d | 4 + gas/testsuite/gas/i386/x86-64-avx512_bf16_vl.s | 4 + gas/testsuite/gas/i386/x86-64-bundle.s | 2 +- gas/testsuite/gas/i386/x86-64-intel64.d | 1 + gas/testsuite/gas/i386/x86-64-intel64.s | 3 +- gas/testsuite/gas/i386/x86-64-inval-crc32.l | 14 ++- gas/testsuite/gas/i386/x86-64-inval-crc32.s | 2 + gas/testsuite/gas/i386/x86-64-lock-1.s | 20 ++-- gas/testsuite/gas/i386/x86-64-nops.d | 2 - gas/testsuite/gas/i386/x86-64-nops.s | 2 - gas/testsuite/gas/i386/x86-64-opcode.d | 1 + gas/testsuite/gas/i386/x86-64-opcode.s | 67 ++++++------ gas/testsuite/gas/i386/x86-64-ptwrite-intel.d | 1 - gas/testsuite/gas/i386/x86-64-ptwrite.d | 1 - gas/testsuite/gas/i386/x86-64-ptwrite.s | 1 - gas/testsuite/gas/i386/x86-64-simd-intel.d | 2 - gas/testsuite/gas/i386/x86-64-simd-suffix.d | 2 - gas/testsuite/gas/i386/x86-64-simd.d | 2 - gas/testsuite/gas/i386/x86-64-simd.s | 2 - gas/testsuite/gas/i386/x86-64-sse-noavx.d | 1 - gas/testsuite/gas/i386/x86-64-sse-noavx.s | 1 - gas/testsuite/gas/i386/x86-64-sse2avx.s | 4 +- gas/testsuite/gas/i386/x86-64-sse3.s | 2 +- gas/testsuite/gas/i386/x86-64-suffix-intel.d | 2 - gas/testsuite/gas/i386/x86-64-suffix.d | 2 - gas/testsuite/gas/i386/x86-64-suffix.s | 2 - gdb/ChangeLog | 50 +++++++++ gdb/aarch64-tdep.c | 48 +++++++-- gdb/cli/cli-style.c | 5 +- gdb/extension-priv.h | 7 ++ gdb/extension.c | 21 ++++ gdb/extension.h | 9 ++ gdb/gdbarch.sh | 3 +- gdb/infrun.c | 74 ++++++------- gdb/python/lib/gdb/__init__.py | 14 +++ gdb/python/python.c | 72 +++++++++++++ gdb/remote-sim.c | 78 +++++--------- gdb/source-cache.c | 14 ++- ld/ChangeLog | 8 ++ ld/testsuite/ld-elf/pr23900-1.d | 10 +- opcodes/ChangeLog | 12 +++ opcodes/i386-opc.tbl | 6 +- opcodes/i386-tbl.h | 14 +-- 72 files changed, 1502 insertions(+), 289 deletions(-) create mode 100644 gas/testsuite/gas/i386/noreg16.l create mode 100644 gas/testsuite/gas/i386/noreg32.l create mode 100644 gas/testsuite/gas/i386/noreg64.l