This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/binutils-gdb.
from 626d0e40e5 Automatic date update in version.in adds 035784e345 RISC-V: Added half-precision floating-point v1.0 instructions.
No new revisions were added by this update.
Summary of changes: bfd/elfxx-riscv.c | 11 ++++++ gas/config/tc-riscv.c | 12 +++++- gas/testsuite/gas/riscv/float16-be.d | 10 +++++ gas/testsuite/gas/riscv/float16-le.d | 10 +++++ gas/testsuite/gas/riscv/float16.s | 21 ++++++++++ gas/testsuite/gas/riscv/fp-zfh-insns.d | 71 +++++++++++++++++++++++++++++++++ gas/testsuite/gas/riscv/fp-zfh-insns.s | 68 ++++++++++++++++++++++++++++++++ include/opcode/riscv-opc.h | 72 ++++++++++++++++++++++++++++++++++ include/opcode/riscv.h | 5 +++ opcodes/riscv-opc.c | 65 ++++++++++++++++++++++++++++++ 10 files changed, 344 insertions(+), 1 deletion(-) create mode 100644 gas/testsuite/gas/riscv/float16-be.d create mode 100644 gas/testsuite/gas/riscv/float16-le.d create mode 100644 gas/testsuite/gas/riscv/float16.s create mode 100644 gas/testsuite/gas/riscv/fp-zfh-insns.d create mode 100644 gas/testsuite/gas/riscv/fp-zfh-insns.s