This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 9340f361097 gdb/testsuite: updates for gdb.arch/{amd64,i386}-disp-step- [...] new d100d8c1f31 Support Intel AMX-COMPLEX
The 1 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: gas/NEWS | 2 + gas/config/tc-i386.c | 1 + gas/doc/c-i386.texi | 4 +- gas/testsuite/gas/i386/amx-complex-inval.l | 3 + gas/testsuite/gas/i386/amx-complex-inval.s | 7 + gas/testsuite/gas/i386/i386.exp | 4 + gas/testsuite/gas/i386/x86-64-amx-complex-bad.d | 19 + gas/testsuite/gas/i386/x86-64-amx-complex-bad.s | 17 + gas/testsuite/gas/i386/x86-64-amx-complex-intel.d | 18 + gas/testsuite/gas/i386/x86-64-amx-complex.d | 15 + gas/testsuite/gas/i386/x86-64-amx-complex.s | 15 + opcodes/i386-dis.c | 34 +- opcodes/i386-gen.c | 3 + opcodes/i386-init.h | 542 +- opcodes/i386-mnem.h | 1098 +-- opcodes/i386-opc.h | 3 + opcodes/i386-opc.tbl | 3 + opcodes/i386-tbl.h | 7836 +++++++++++---------- 18 files changed, 4912 insertions(+), 4712 deletions(-) create mode 100644 gas/testsuite/gas/i386/amx-complex-inval.l create mode 100644 gas/testsuite/gas/i386/amx-complex-inval.s create mode 100644 gas/testsuite/gas/i386/x86-64-amx-complex-bad.d create mode 100644 gas/testsuite/gas/i386/x86-64-amx-complex-bad.s create mode 100644 gas/testsuite/gas/i386/x86-64-amx-complex-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-amx-complex.d create mode 100644 gas/testsuite/gas/i386/x86-64-amx-complex.s