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 c4a7e6b5621 LoongArch: Update ELF e_flags handling according to specification. new 1cb0ab18ad2 x86/Intel: restrict suffix derivation new 7b94647ad00 x86: improve match_template()'s diagnostics new 79d635fc64b x86: correct build dependencies in opcodes/ new 839189bc932 RISC-V: re-arrange opcode table for consistent alias handling new d988b231b0d RISC-V: drop stray INSN_ALIAS flags
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/config/tc-i386-intel.c | 76 +- gas/config/tc-i386.c | 151 +- gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/inval-tls.l | 4 +- gas/testsuite/gas/i386/noavx512-1.l | 14 +- gas/testsuite/gas/i386/noavx512-2.l | 8 +- gas/testsuite/gas/i386/simd.s | 5 + gas/testsuite/gas/i386/simd16.d | 137 + gas/testsuite/gas/i386/simd16.s | 2 + gas/testsuite/gas/i386/x86-64-branch-4.l | 10 +- gas/testsuite/gas/i386/x86-64-branch-5.l | 32 +- gas/testsuite/gas/i386/x86-64-inval-tls.l | 4 +- gas/testsuite/gas/riscv/b-ext-64-na.d | 72 + gas/testsuite/gas/riscv/b-ext-64.d | 48 +- gas/testsuite/gas/riscv/b-ext-na.d | 51 + gas/testsuite/gas/riscv/b-ext.d | 28 +- gas/testsuite/gas/riscv/c-zero-imm-na.d | 24 + gas/testsuite/gas/riscv/c-zero-imm.d | 12 +- gas/testsuite/gas/riscv/c-zero-reg.d | 2 +- gas/testsuite/gas/riscv/csr-insns-pseudo-zfinx.d | 6 +- gas/testsuite/gas/riscv/csr-insns-pseudo.d | 6 +- gas/testsuite/gas/riscv/ext-32.d | 48 +- gas/testsuite/gas/riscv/ext-64.d | 64 +- gas/testsuite/gas/riscv/fence-tso-na.d | 12 + gas/testsuite/gas/riscv/insn-na.d | 69 + gas/testsuite/gas/riscv/insn.d | 12 +- gas/testsuite/gas/riscv/k-ext-64.d | 4 +- gas/testsuite/gas/riscv/k-ext.d | 2 +- gas/testsuite/gas/riscv/li32.d | 8 +- gas/testsuite/gas/riscv/li64.d | 56 +- gas/testsuite/gas/riscv/lla32.d | 6 +- gas/testsuite/gas/riscv/lla64.d | 10 +- .../gas/riscv/{zbkb-32.d => zbkb-32-na.d} | 3 +- gas/testsuite/gas/riscv/zbkb-32.d | 2 +- gas/testsuite/gas/riscv/zbkb-64.d | 4 +- ld/testsuite/ld-riscv-elf/ifunc-plt-01.d | 2 +- ld/testsuite/ld-riscv-elf/ifunc-plt-02.d | 2 +- ld/testsuite/ld-riscv-elf/ifunc-reloc-pcrel.d | 2 +- ld/testsuite/ld-riscv-elf/pcgp-relax-02.d | 4 +- ld/testsuite/ld-riscv-elf/weakref32.d | 4 +- ld/testsuite/ld-riscv-elf/weakref64.d | 4 +- opcodes/Makefile.am | 14 +- opcodes/Makefile.in | 14 +- opcodes/i386-gen.c | 2 - opcodes/i386-opc.h | 6 - opcodes/i386-opc.tbl | 300 +- opcodes/i386-tbl.h | 14636 +++++++++---------- opcodes/riscv-opc.c | 82 +- 48 files changed, 8234 insertions(+), 7831 deletions(-) create mode 100644 gas/testsuite/gas/i386/simd16.d create mode 100644 gas/testsuite/gas/i386/simd16.s create mode 100644 gas/testsuite/gas/riscv/b-ext-64-na.d create mode 100644 gas/testsuite/gas/riscv/b-ext-na.d create mode 100644 gas/testsuite/gas/riscv/c-zero-imm-na.d create mode 100644 gas/testsuite/gas/riscv/fence-tso-na.d create mode 100644 gas/testsuite/gas/riscv/insn-na.d copy gas/testsuite/gas/riscv/{zbkb-32.d => zbkb-32-na.d} (95%)