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_binutils/master-arm in repository toolchain/ci/gdb.
from 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 adds 01ae03b5b9 gold: don't invoke IA32 syscall in x86_64 assembly testcase adds 818432e841 gas: tweak .irp and alike file/line handling for M68K/MRI adds 2e55c34282 gas: simplify ignore_input() adds 43fe575c32 gas: don't ignore .linefile inside false conditionals adds 7e6d6b62d8 gas: fold do_repeat{,_with_expander}() adds 9c70556165 gas: avoid bignum related errors when processing .linefile adds 85aaf32e61 gas: avoid octal numbers being accepted when processing .linefile new e1e1528448 AArch64: Enable FP16 by default for Armv9-A.
The 1 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/version.h | 2 +- gas/cond.c | 28 +++++--- gas/config/tc-rx.c | 2 +- gas/config/tc-tic54x.c | 2 +- gas/macro.c | 5 +- gas/read.c | 81 ++++++++++------------ gas/read.h | 3 +- gas/testsuite/gas/all/cond-2.l | 12 ++++ gas/testsuite/gas/all/cond-2.s | 5 ++ gas/testsuite/gas/all/gas.exp | 7 ++ gas/testsuite/gas/all/linefile.l | 6 ++ gas/testsuite/gas/all/linefile.s | 8 +++ 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 +++++-- gold/testsuite/pr17704a_test.s | 12 ++-- include/opcode/aarch64.h | 1 + 30 files changed, 207 insertions(+), 154 deletions(-) create mode 100644 gas/testsuite/gas/all/cond-2.l create mode 100644 gas/testsuite/gas/all/cond-2.s create mode 100644 gas/testsuite/gas/all/linefile.l create mode 100644 gas/testsuite/gas/all/linefile.s