This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/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. adds bc6004dfd2 Remove gdb_test questions that GDB doesn't ask adds 35b72e4e5b gdb.base/scope.exp: Remove bogus gdb_test questions adds 1fe69430d1 Fix bogus gdb_test invocations adds 8d08cccb01 Avoid having to unload file in gdb.server/connect-with-no-sy [...] adds d7440bee9f gdb.base/skip.exp: Don't abuse gdb_test's question support adds ed01945057 Make gdb_test's question non-optional if specified adds 49a73ab9d3 gdb, btrace: Throw an error for empty recordings when replay [...] adds a1f2ddd383 Fix gdb.python/py-connection.exp with remote targets adds e84412c6a3 Fix typo in info page adds ed11f0543e Automatic date update in version.in
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/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 ++++++++++++++++++++ gdb/doc/gdb.texinfo | 2 +- gdb/record-btrace.c | 2 +- gdb/testsuite/gdb.base/auxv.exp | 3 +- gdb/testsuite/gdb.base/catch-fork-kill.exp | 3 +- gdb/testsuite/gdb.base/default.exp | 2 +- gdb/testsuite/gdb.base/pointers.exp | 2 +- gdb/testsuite/gdb.base/scope.exp | 60 +++++++++--------- gdb/testsuite/gdb.base/skip.exp | 55 +++++++++-------- gdb/testsuite/gdb.base/style.exp | 4 +- gdb/testsuite/gdb.multi/tids.exp | 2 +- gdb/testsuite/gdb.python/py-connection.exp | 4 +- gdb/testsuite/gdb.python/py-parameter.exp | 2 +- gdb/testsuite/gdb.python/py-xmethods.exp | 1 + .../gdb.server/connect-with-no-symbol-file.exp | 17 +++-- gdb/testsuite/gdb.server/solib-list.exp | 3 +- gdb/testsuite/lib/gdb.exp | 25 ++++++-- include/opcode/riscv-opc.h | 72 ++++++++++++++++++++++ include/opcode/riscv.h | 5 ++ opcodes/riscv-opc.c | 65 +++++++++++++++++++ 27 files changed, 447 insertions(+), 87 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