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 af2b3186480 [readelf] Fix end_seq entry in -wL. Specifically stop the [...] new 260cd341da2 x86: Add support for Intel AMX instructions
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/ChangeLog | 28 + gas/NEWS | 2 + gas/config/tc-i386.c | 97 +- gas/doc/c-i386.texi | 7 + gas/testsuite/gas/i386/i386.exp | 4 + gas/testsuite/gas/i386/intel-regs.d | 4 + gas/testsuite/gas/i386/intel-regs.s | 4 + gas/testsuite/gas/i386/x86-64-amx-bad.d | 24 + gas/testsuite/gas/i386/x86-64-amx-bad.s | 63 + gas/testsuite/gas/i386/x86-64-amx-intel.d | 70 + gas/testsuite/gas/i386/x86-64-amx-inval.l | 17 + gas/testsuite/gas/i386/x86-64-amx-inval.s | 22 + gas/testsuite/gas/i386/x86-64-amx.d | 70 + gas/testsuite/gas/i386/x86-64-amx.s | 61 + opcodes/ChangeLog | 78 + opcodes/i386-dis.c | 351 +- opcodes/i386-gen.c | 18 + opcodes/i386-init.h | 506 +- opcodes/i386-opc.h | 16 +- opcodes/i386-opc.tbl | 23 + opcodes/i386-reg.tbl | 9 + opcodes/i386-tbl.h | 28388 ++++++++++++++-------------- 22 files changed, 15523 insertions(+), 14339 deletions(-) create mode 100644 gas/testsuite/gas/i386/x86-64-amx-bad.d create mode 100644 gas/testsuite/gas/i386/x86-64-amx-bad.s create mode 100644 gas/testsuite/gas/i386/x86-64-amx-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-amx-inval.l create mode 100644 gas/testsuite/gas/i386/x86-64-amx-inval.s create mode 100644 gas/testsuite/gas/i386/x86-64-amx.d create mode 100644 gas/testsuite/gas/i386/x86-64-amx.s