This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_profiled in repository toolchain/ci/binutils-gdb.
from e90601a4f1 gdb: Fix typo in last change in gdb.texinfo adds 36a5b37053 gdbsupport/event-loop.cc: simplify !HAVE_POLL paths adds 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. 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
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 ++++++++ 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 ++- gdbsupport/event-loop.cc | 184 ++++++++------------- include/opcode/riscv-opc.h | 72 ++++++++ include/opcode/riscv.h | 5 + opcodes/riscv-opc.c | 65 ++++++++ 29 files changed, 523 insertions(+), 201 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