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 c76d61da4a Support -prompt and -lbl in gdb_test adds 2c3cc81e06 Add a --no-weak option to nm. adds 4bb8b8e938 x86: shrink op_riprel adds 1fe8486103 [AArch64] Return the regnum for PC (32) on aarch64 adds 301fe55e9c PowerPC: bp-permanent.exp, kill-after-signal fix adds 3363d8560f arm: Add unwind support for mixed register lists adds 320f42099a oops - forgot changelog entry for the previous delta. adds 2a89fa9613 Fix compile time warning building gold with Clang-14. adds 04dfe7aa52 Arm64: follow-on to PR gas/27217 fix
No new revisions were added by this update.
Summary of changes: binutils/ChangeLog | 13 +++ binutils/NEWS | 2 + binutils/doc/binutils.texi | 5 + binutils/nm.c | 11 ++- binutils/testsuite/binutils-all/nm.exp | 32 ++++++- binutils/testsuite/binutils-all/no-weak.s | 13 +++ gas/ChangeLog | 16 ++++ gas/config/tc-aarch64.c | 9 +- gas/config/tc-arm.c | 117 +++++++++++++++++------- gas/testsuite/gas/arm/unwind-pacbti-m-readelf.d | 12 ++- gas/testsuite/gas/arm/unwind-pacbti-m.d | 14 ++- gas/testsuite/gas/arm/unwind-pacbti-m.s | 6 ++ gdb/aarch64-tdep.c | 3 + gdb/aarch64-tdep.h | 1 + gdb/testsuite/gdb.arch/aarch64-unwind-pc.S | 48 ++++++++++ gdb/testsuite/gdb.arch/aarch64-unwind-pc.exp | 70 ++++++++++++++ gdb/testsuite/gdb.base/bp-permanent.exp | 15 +-- gdb/testsuite/gdb.base/kill-after-signal.exp | 15 +-- gold/ChangeLog | 5 + gold/int_encoding.cc | 5 - opcodes/i386-dis.c | 30 +++--- 21 files changed, 361 insertions(+), 81 deletions(-) create mode 100644 binutils/testsuite/binutils-all/no-weak.s create mode 100644 gdb/testsuite/gdb.arch/aarch64-unwind-pc.S create mode 100644 gdb/testsuite/gdb.arch/aarch64-unwind-pc.exp