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-arm 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. new bc6004dfd2 Remove gdb_test questions that GDB doesn't ask new 35b72e4e5b gdb.base/scope.exp: Remove bogus gdb_test questions new 1fe69430d1 Fix bogus gdb_test invocations new 8d08cccb01 Avoid having to unload file in gdb.server/connect-with-no-sy [...] new d7440bee9f gdb.base/skip.exp: Don't abuse gdb_test's question support new ed01945057 Make gdb_test's question non-optional if specified new 49a73ab9d3 gdb, btrace: Throw an error for empty recordings when replay [...]
The 7 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: 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 ++++++++++++++++++++ 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-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 +++++++++++++++++++ 24 files changed, 443 insertions(+), 83 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