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 932e5949a9f Use DW_FORM_ref_addr for DIE offset in .debug_names new eb3f3841da4 x86/APX: respect {vex}/{vex3} new 6804f42c67d x86/APX: correct .insn opcode space determination when REX2 [...] new c73a37b2680 x86/APX: optimize certain XOR and SUB forms new 09de03fce5c x86/APX: honor -mevexwig= for byte-size insns new 77b07380dea gas/NEWS: drop mention of Arm64's SVE2.1 and SME2.1 new fabb73d1bb8 x86: adjust which Dwarf2 register numbers to use
The 6 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 | 6 +- gas/config/tc-i386-intel.c | 17 +- gas/config/tc-i386.c | 264 +++++++++++++++++-------- gas/config/tc-i386.h | 9 +- gas/testsuite/gas/i386/insn-rex2.l | 38 ++++ gas/testsuite/gas/i386/insn-rex2.s | 25 +++ gas/testsuite/gas/i386/x86-64-apx-egpr-inval.l | 195 +++++++++--------- gas/testsuite/gas/i386/x86-64-apx-egpr-inval.s | 10 + gas/testsuite/gas/i386/x86-64-apx-ndd-wig.d | 161 +++++++++++++++ gas/testsuite/gas/i386/x86-64-optimize-1.d | 24 +++ gas/testsuite/gas/i386/x86-64-optimize-1.s | 24 +++ gas/testsuite/gas/i386/x86-64.exp | 2 + opcodes/i386-opc.tbl | 4 +- opcodes/i386-tbl.h | 4 +- 14 files changed, 589 insertions(+), 194 deletions(-) create mode 100644 gas/testsuite/gas/i386/insn-rex2.l create mode 100644 gas/testsuite/gas/i386/insn-rex2.s create mode 100644 gas/testsuite/gas/i386/x86-64-apx-ndd-wig.d