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 5a4037661bc PR27647 PowerPC extended conditional branch mnemonics new 829f3fe1f02 x86-64: limit breakage from gcc movdir64b et al workaround new c0e54661f75 x86: fix AMD Zen3 insns new 53642852407 x86: flag as bad AVX512 insns with EVEX.z set but EVEX.aaa clear new 596a02ff558 x86: flag bad S/G insn operand combinations new 5e74b4959bd x86: fix CMPXCHG8B special case when disallowing q suffix o [...]
The 5 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 | 62 +++++++++++++++ gas/config/tc-i386.c | 23 ++++-- gas/testsuite/gas/i386/avx512f-nondef.d | 8 +- gas/testsuite/gas/i386/avx512f-nondef.s | 10 +++ .../gas/i386/{x86-64-enqcmd.d => ilp32/enqcmd.d} | 4 +- .../gas/i386/{x86-64-enqcmd.s => ilp32/enqcmd.s} | 2 +- .../gas/i386/{x86-64-movdir.d => ilp32/movdir.d} | 4 +- .../gas/i386/{x86-64-movdir.s => ilp32/movdir.s} | 2 +- gas/testsuite/gas/i386/invlpgb.d | 4 + gas/testsuite/gas/i386/invlpgb.s | 22 ++++-- gas/testsuite/gas/i386/invlpgb64.d | 5 +- gas/testsuite/gas/i386/snp.d | 7 +- gas/testsuite/gas/i386/snp.s | 44 +++++++---- gas/testsuite/gas/i386/snp64.d | 18 ++++- gas/testsuite/gas/i386/vgather-check-none.d | 32 +------- gas/testsuite/gas/i386/vgather-check-warn.d | 33 +------- gas/testsuite/gas/i386/vgather-check.d | 24 +++--- gas/testsuite/gas/i386/x86-64-enqcmd-intel.d | 5 -- gas/testsuite/gas/i386/x86-64-enqcmd-inval.l | 16 ++-- gas/testsuite/gas/i386/x86-64-enqcmd-inval.s | 6 +- gas/testsuite/gas/i386/x86-64-enqcmd.d | 6 -- gas/testsuite/gas/i386/x86-64-enqcmd.s | 4 - gas/testsuite/gas/i386/x86-64-movdir-intel.d | 3 - gas/testsuite/gas/i386/x86-64-movdir.d | 4 - gas/testsuite/gas/i386/x86-64-movdir.s | 2 - gas/testsuite/gas/i386/x86-64-movdir64b-reg.l | 6 +- gas/testsuite/gas/i386/x86-64-movdir64b-reg.s | 2 + .../gas/i386/x86-64-vgather-check-error.l | 23 +++--- gas/testsuite/gas/i386/x86-64-vgather-check-none.d | 35 +-------- gas/testsuite/gas/i386/x86-64-vgather-check-warn.d | 35 +-------- gas/testsuite/gas/i386/x86-64-vgather-check-warn.e | 23 +++--- gas/testsuite/gas/i386/x86-64-vgather-check.d | 29 +++---- gas/testsuite/gas/i386/x86-64-vgather-check.s | 3 + opcodes/ChangeLog | 26 +++++++ opcodes/i386-dis-evex.h | 4 +- opcodes/i386-dis.c | 91 ++++++++++++++++++---- opcodes/i386-opc.tbl | 10 ++- opcodes/i386-tbl.h | 53 ++++++++++++- 38 files changed, 421 insertions(+), 269 deletions(-) copy gas/testsuite/gas/i386/{x86-64-enqcmd.d => ilp32/enqcmd.d} (97%) copy gas/testsuite/gas/i386/{x86-64-enqcmd.s => ilp32/enqcmd.s} (93%) copy gas/testsuite/gas/i386/{x86-64-movdir.d => ilp32/movdir.d} (95%) copy gas/testsuite/gas/i386/{x86-64-movdir.s => ilp32/movdir.s} (90%)