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 edd67638687 x86: introduce .insn directive new d0c2e3ec822 x86: parse VEX and alike specifiers for .insn new 393fbe8d81e x86: parse special opcode modifiers for .insn new 0ff3b7d0c70 x86: process instruction operands for .insn new f7377a91b51 x86: handle EVEX Disp8 for .insn new e3bf0aade2d x86: allow for multiple immediates in output_disp() new c032bc4fe7b x86: handle immediate operands for .insn new 695a8c347a3 x86: document .insn new 6967633c8b4 x86: convert testcases to use .insn
The 8 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 | 2 + gas/config/tc-i386-intel.c | 16 +- gas/config/tc-i386.c | 805 ++++++++++++++++++++- gas/doc/c-i386.texi | 131 ++++ gas/testsuite/gas/i386/amd.s | 2 +- gas/testsuite/gas/i386/avx512f-nondef.s | 29 +- gas/testsuite/gas/i386/cdr.s | 17 +- gas/testsuite/gas/i386/disassem.d | 1 + gas/testsuite/gas/i386/disassem.s | 105 +-- gas/testsuite/gas/i386/evex.s | 18 +- gas/testsuite/gas/i386/fpu-bad.d | 2 +- gas/testsuite/gas/i386/fpu-bad.s | 3 +- gas/testsuite/gas/i386/ilp32/x86-64-nops.d | 62 +- gas/testsuite/gas/i386/insn-32.d | 43 ++ gas/testsuite/gas/i386/insn-32.s | 80 ++ gas/testsuite/gas/i386/insn-64.d | 54 +- gas/testsuite/gas/i386/insn-64.s | 92 +++ gas/testsuite/gas/i386/katmai.d | 1 + gas/testsuite/gas/i386/katmai.s | 2 +- gas/testsuite/gas/i386/mpx.s | 10 +- gas/testsuite/gas/i386/nops.d | 3 +- gas/testsuite/gas/i386/nops.s | 71 +- gas/testsuite/gas/i386/opcode-intel.d | 4 +- gas/testsuite/gas/i386/opcode-suffix.d | 4 +- gas/testsuite/gas/i386/opcode.d | 4 +- gas/testsuite/gas/i386/opcode.s | 34 +- gas/testsuite/gas/i386/pr29483.s | 2 +- gas/testsuite/gas/i386/prefetch-intel.d | 1 + gas/testsuite/gas/i386/prefetch.d | 1 + gas/testsuite/gas/i386/prefetch.s | 22 +- gas/testsuite/gas/i386/prefix.s | 39 +- gas/testsuite/gas/i386/x86-64-amx-bad.s | 71 +- gas/testsuite/gas/i386/x86-64-amx-fp16-bad.s | 38 +- gas/testsuite/gas/i386/x86-64-avx512_fp16-bad.s | 39 +- gas/testsuite/gas/i386/x86-64-avx512f-nondef.s | 20 +- gas/testsuite/gas/i386/x86-64-disassem.d | 1 + gas/testsuite/gas/i386/x86-64-disassem.s | 108 +-- gas/testsuite/gas/i386/x86-64-mpx.s | 30 +- gas/testsuite/gas/i386/x86-64-nops.d | 3 +- gas/testsuite/gas/i386/x86-64-nops.s | 71 +- gas/testsuite/gas/i386/x86-64-opcode-bad.s | 10 +- gas/testsuite/gas/i386/x86-64-opcode.d | 2 +- gas/testsuite/gas/i386/x86-64-opcode.s | 26 +- gas/testsuite/gas/i386/x86-64-prefetch-intel.d | 1 + gas/testsuite/gas/i386/x86-64-prefetch.d | 1 + .../gas/i386/x86-64-prefetchi-inval-register.d | 2 +- .../gas/i386/x86-64-prefetchi-inval-register.s | 9 +- opcodes/i386-opc.h | 2 + 48 files changed, 1535 insertions(+), 559 deletions(-)