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 457bc7af867 Automatic date update in version.in new c83443fd762 Revert "x86/APX: drop AMX-TRANSPOSE promoted insns" new 05b24220b11 x86: Disable AMX-TRANSPOSE by default
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: gas/config/tc-i386.c | 6 ++- gas/testsuite/gas/i386/x86-64-amx-movrs-intel.d | 8 ---- gas/testsuite/gas/i386/x86-64-amx-movrs-inval.l | 13 ------- gas/testsuite/gas/i386/x86-64-amx-movrs-inval.s | 19 ---------- gas/testsuite/gas/i386/x86-64-amx-movrs.d | 8 ---- gas/testsuite/gas/i386/x86-64-amx-movrs.s | 16 -------- gas/testsuite/gas/i386/x86-64-amx-tf32-bad.d | 3 -- gas/testsuite/gas/i386/x86-64-amx-tf32-bad.s | 9 ----- gas/testsuite/gas/i386/x86-64-amx-tf32-intel.d | 2 - gas/testsuite/gas/i386/x86-64-amx-tf32-inval.l | 3 -- gas/testsuite/gas/i386/x86-64-amx-tf32-inval.s | 3 -- gas/testsuite/gas/i386/x86-64-amx-tf32.d | 2 - gas/testsuite/gas/i386/x86-64-amx-tf32.s | 4 -- .../gas/i386/x86-64-amx-transpose-apx-intel.d | 19 ++++++++++ .../gas/i386/x86-64-amx-transpose-apx-wig.d | 19 ++++++++++ gas/testsuite/gas/i386/x86-64-amx-transpose-apx.d | 17 +++++++++ gas/testsuite/gas/i386/x86-64-amx-transpose-apx.s | 23 +++++++++++ gas/testsuite/gas/i386/x86-64-amx-transpose-bad.d | 3 ++ gas/testsuite/gas/i386/x86-64-amx-transpose-bad.s | 9 +++++ .../gas/i386/x86-64-amx-transpose-intel.d | 10 +++++ .../gas/i386/x86-64-amx-transpose-inval.l | 44 +++++++++++++++------- .../gas/i386/x86-64-amx-transpose-inval.s | 19 ++++++++++ gas/testsuite/gas/i386/x86-64-amx-transpose.d | 10 +++++ gas/testsuite/gas/i386/x86-64-amx-transpose.s | 21 +++++++++++ gas/testsuite/gas/i386/x86-64.exp | 1 - opcodes/i386-dis-evex.h | 4 +- opcodes/i386-gen.c | 16 +++++++- opcodes/i386-init.h | 2 +- opcodes/i386-opc.tbl | 4 +- opcodes/i386-tbl.h | 32 ++++++++-------- 30 files changed, 220 insertions(+), 129 deletions(-) delete mode 100644 gas/testsuite/gas/i386/x86-64-amx-movrs-inval.l delete mode 100644 gas/testsuite/gas/i386/x86-64-amx-movrs-inval.s create mode 100644 gas/testsuite/gas/i386/x86-64-amx-transpose-apx-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-amx-transpose-apx-wig.d create mode 100644 gas/testsuite/gas/i386/x86-64-amx-transpose-apx.d create mode 100644 gas/testsuite/gas/i386/x86-64-amx-transpose-apx.s