This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/binutils-gdb.
from bd97e65f87 Automatic date update in version.in adds da05b70e56 RISC-V: Add mininal support for z[fdq]inx adds de83e5142d RISC-V: Add instructions and operand set for z[fdq]inx adds 273a32ac65 RISC-V: Add testcases for z[fdq]inx adds 2cd93e7081 Pass DEBUGINFOD_CFLAGS when compiling dwarf.c adds 7a53275579 Re: Don't compile some opcodes files when bfd is 32-bit only
No new revisions were added by this update.
Summary of changes: bfd/elfxx-riscv.c | 21 +++ binutils/Makefile.am | 17 ++- binutils/Makefile.in | 7 + gas/config/tc-riscv.c | 4 +- gas/testsuite/gas/riscv/zdinx.d | 41 ++++++ gas/testsuite/gas/riscv/zdinx.s | 33 +++++ gas/testsuite/gas/riscv/zfinx.d | 39 ++++++ gas/testsuite/gas/riscv/zfinx.s | 31 +++++ gas/testsuite/gas/riscv/zqinx.d | 43 ++++++ gas/testsuite/gas/riscv/zqinx.s | 35 +++++ include/opcode/riscv.h | 3 + opcodes/Makefile.am | 10 +- opcodes/Makefile.in | 10 +- opcodes/riscv-dis.c | 4 + opcodes/riscv-opc.c | 296 ++++++++++++++++++++-------------------- 15 files changed, 433 insertions(+), 161 deletions(-) create mode 100644 gas/testsuite/gas/riscv/zdinx.d create mode 100644 gas/testsuite/gas/riscv/zdinx.s create mode 100644 gas/testsuite/gas/riscv/zfinx.d create mode 100644 gas/testsuite/gas/riscv/zfinx.s create mode 100644 gas/testsuite/gas/riscv/zqinx.d create mode 100644 gas/testsuite/gas/riscv/zqinx.s