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 be3bed0696a Fix ld Makefile variable naming: ELF_CLFAGS -> ELF_CFLAGS new f438659a6fb RISC-V: move various alias entries new e746be98588 x86: drop Size64 from VMOVQ new e30e9575926 x86: correct source used for two non-AVX512 VEXWIG tests new d54678ebc02 x86: rename CpuPCLMUL new dfab07b9ead x86: unindent most of set_cpu_arch()
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.c | 311 ++++++++++++----------- gas/testsuite/gas/i386/vaes-wig1.d | 118 ++------- gas/testsuite/gas/i386/vpclmulqdq-wig1.d | 44 +--- 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/dis-addr-addiw-a.d | 8 +- gas/testsuite/gas/riscv/dis-addr-addiw-b.d | 8 +- gas/testsuite/gas/riscv/dis-addr-overflow-32.d | 4 +- gas/testsuite/gas/riscv/dis-addr-overflow-64.d | 8 +- gas/testsuite/gas/riscv/ext-32.d | 48 ++-- gas/testsuite/gas/riscv/ext-64.d | 64 ++--- 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/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/relax-max-align-gp.d | 2 +- ld/testsuite/ld-riscv-elf/weakref32.d | 4 +- ld/testsuite/ld-riscv-elf/weakref64.d | 4 +- opcodes/i386-gen.c | 10 +- opcodes/i386-init.h | 4 +- opcodes/i386-opc.h | 6 +- opcodes/i386-opc.tbl | 26 +- opcodes/i386-tbl.h | 2 +- opcodes/riscv-opc.c | 70 ++--- 40 files changed, 431 insertions(+), 673 deletions(-) delete mode 100644 gas/testsuite/gas/riscv/b-ext-64-na.d delete mode 100644 gas/testsuite/gas/riscv/b-ext-na.d delete mode 100644 gas/testsuite/gas/riscv/c-zero-imm-na.d