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 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. new 192257c998 [gdb/tdep] Add gdb/syscalls/update-linux-from-src.sh new 71630188ad [gdb/testsuite] Use hex_for_lang in gdb.base/parse_number.exp new a2ff75485c [gdb/testsuite] Simplify unknown lang testing in gdb.base/pa [...] new c9cd8ca465 Rename PAUTH_RA_STATE to RA_SIGN_STATE new 44b6e80160 Remove unused DWARF PAUTH registers new c76d61da4a Support -prompt and -lbl in gdb_test
The 6 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: 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/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.xml/tdesc-reload.exp | 6 +- gdb/testsuite/lib/gdb.exp | 61 +++++++----- gold/testsuite/pr17704a_test.s | 12 +-- include/opcode/aarch64.h | 1 + 42 files changed, 1416 insertions(+), 168 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