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 0d70c008b7b Rename two maint commands new 8791ea5e49c Support Intel AMX-FP8
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/config/tc-i386.c | 2 + gas/doc/c-i386.texi | 3 +- gas/testsuite/gas/i386/x86-64-amx-fp8-bad.d | 22 + gas/testsuite/gas/i386/x86-64-amx-fp8-bad.s | 36 + gas/testsuite/gas/i386/x86-64-amx-fp8-intel.d | 19 + gas/testsuite/gas/i386/x86-64-amx-fp8-inval.l | 9 + gas/testsuite/gas/i386/x86-64-amx-fp8-inval.s | 12 + gas/testsuite/gas/i386/x86-64-amx-fp8.d | 17 + gas/testsuite/gas/i386/x86-64-amx-fp8.s | 23 + gas/testsuite/gas/i386/x86-64.exp | 4 + opcodes/i386-dis.c | 36 +- opcodes/i386-gen.c | 3 + opcodes/i386-init.h | 744 ++++++++-------- opcodes/i386-mnem.h | 1182 +++++++++++++------------ opcodes/i386-opc.h | 3 + opcodes/i386-opc.tbl | 5 + opcodes/i386-tbl.h | 264 +++--- 17 files changed, 1325 insertions(+), 1059 deletions(-) create mode 100644 gas/testsuite/gas/i386/x86-64-amx-fp8-bad.d create mode 100644 gas/testsuite/gas/i386/x86-64-amx-fp8-bad.s create mode 100644 gas/testsuite/gas/i386/x86-64-amx-fp8-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-amx-fp8-inval.l create mode 100644 gas/testsuite/gas/i386/x86-64-amx-fp8-inval.s create mode 100644 gas/testsuite/gas/i386/x86-64-amx-fp8.d create mode 100644 gas/testsuite/gas/i386/x86-64-amx-fp8.s