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-arm in repository toolchain/ci/binutils-gdb.
from 187075ebbc Reindent gdbsupport/event-loop.cc:handle_file_event adds 973773de93 IBM zSystems: Fix left-shifting negative PCRel32 values (PR [...] adds 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 ++++++ bfd/version.h | 2 +- gas/config/tc-riscv.c | 12 +++++- gas/config/tc-s390.c | 6 +-- 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 ++++++++++++++++++++++++++++++ 12 files changed, 348 insertions(+), 5 deletions(-) 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