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_ubsan in repository toolchain/ci/binutils-gdb.
from 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 adds e1e1528448 AArch64: Enable FP16 by default for Armv9-A. adds 192257c998 [gdb/tdep] Add gdb/syscalls/update-linux-from-src.sh adds 71630188ad [gdb/testsuite] Use hex_for_lang in gdb.base/parse_number.exp adds a2ff75485c [gdb/testsuite] Simplify unknown lang testing in gdb.base/pa [...] adds c9cd8ca465 Rename PAUTH_RA_STATE to RA_SIGN_STATE adds 44b6e80160 Remove unused DWARF PAUTH registers adds c76d61da4a Support -prompt and -lbl in gdb_test
No new revisions were added by this update.
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/aarch64-tdep.c | 35 +++--- gdb/aarch64-tdep.h | 6 +- gdb/doc/gdb.texinfo | 2 +- gdb/syscalls/amd64-linux.xml | 2 +- gdb/syscalls/amd64-linux.xml.in | 2 +- gdb/syscalls/i386-linux.xml | 2 +- gdb/syscalls/i386-linux.xml.in | 2 +- gdb/syscalls/mips-n32-linux.xml | 82 +++++++++++++- gdb/syscalls/mips-n32-linux.xml.in | 83 +++++++++++++- gdb/syscalls/mips-n64-linux.xml | 60 +++++++++- gdb/syscalls/mips-n64-linux.xml.in | 61 ++++++++++- gdb/syscalls/mips-o32-linux.xml | 90 ++++++++++++++- gdb/syscalls/mips-o32-linux.xml.in | 91 +++++++++++++++- gdb/syscalls/ppc-linux.xml | 5 +- gdb/syscalls/ppc-linux.xml.in | 5 +- gdb/syscalls/ppc64-linux.xml | 5 +- gdb/syscalls/ppc64-linux.xml.in | 5 +- gdb/syscalls/s390-linux.xml | 72 +++++++++++- gdb/syscalls/s390-linux.xml.in | 73 ++++++++++++- gdb/syscalls/s390x-linux.xml | 53 ++++++++- gdb/syscalls/s390x-linux.xml.in | 54 ++++++++- gdb/syscalls/sparc-linux.xml | 96 +++++++++++++++- gdb/syscalls/sparc-linux.xml.in | 99 ++++++++++++++++- gdb/syscalls/sparc64-linux.xml | 77 ++++++++++++- gdb/syscalls/sparc64-linux.xml.in | 80 +++++++++++++- gdb/syscalls/update-linux-from-src.sh | 169 +++++++++++++++++++++++++++++ gdb/testsuite/gdb.base/parse_number.exp | 26 ++++- gdb/testsuite/gdb.base/ui-redirect.exp | 10 +- gdb/testsuite/gdb.python/py-connection.exp | 4 +- gdb/testsuite/gdb.xml/tdesc-reload.exp | 6 +- gdb/testsuite/lib/gdb.exp | 61 +++++++---- gold/testsuite/pr17704a_test.s | 12 +- include/opcode/aarch64.h | 1 + 45 files changed, 1420 insertions(+), 172 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 create mode 100755 gdb/syscalls/update-linux-from-src.sh