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 b0cc81e8708 ld: Support percent-encoded JSON in --package-metadata new c6f2bd9d108 [gdb/contrib] Fix spellcheck.sh for bash < 5.1 new 3c17b69fa1a x86: generalize "implicit quad group" handling new 497ee27a748 x86: VP2INTERSECT{D,Q} have mask register destination group new 335cb88259f x86: rename SPACE_{,E}VEX_MAP<N>
The 4 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 | 91 +- gas/testsuite/gas/i386/arch-15.d | 2 +- gas/testsuite/gas/i386/arch-15.s | 2 +- gas/testsuite/gas/i386/avx512_4fmaps-warn.l | 24 +- gas/testsuite/gas/i386/avx512_4vnniw-warn.l | 7 + gas/testsuite/gas/i386/avx512_4vnniw-warn.s | 13 + gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/vp2intersect-intel.d | 72 +- gas/testsuite/gas/i386/vp2intersect-inval-bcast.s | 24 +- gas/testsuite/gas/i386/vp2intersect-warn.l | 31 + gas/testsuite/gas/i386/vp2intersect-warn.s | 11 + gas/testsuite/gas/i386/vp2intersect.d | 72 +- gas/testsuite/gas/i386/vp2intersect.s | 72 +- gas/testsuite/gas/i386/x86-64-arch-5.d | 2 +- gas/testsuite/gas/i386/x86-64-arch-5.s | 2 +- gas/testsuite/gas/i386/x86-64-avx512_4fmaps-warn.l | 12 +- gas/testsuite/gas/i386/x86-64-vp2intersect-intel.d | 72 +- .../gas/i386/x86-64-vp2intersect-inval-bcast.s | 24 +- gas/testsuite/gas/i386/x86-64-vp2intersect.d | 72 +- gas/testsuite/gas/i386/x86-64-vp2intersect.s | 72 +- gdb/contrib/spellcheck.sh | 46 +- opcodes/i386-gen.c | 8 +- opcodes/i386-opc.h | 26 +- opcodes/i386-opc.tbl | 174 +-- opcodes/i386-tbl.h | 1308 ++++++++++---------- 25 files changed, 1184 insertions(+), 1057 deletions(-) create mode 100644 gas/testsuite/gas/i386/avx512_4vnniw-warn.l create mode 100644 gas/testsuite/gas/i386/avx512_4vnniw-warn.s create mode 100644 gas/testsuite/gas/i386/vp2intersect-warn.l create mode 100644 gas/testsuite/gas/i386/vp2intersect-warn.s