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-aarch64 in repository toolchain/ci/binutils-gdb.
from 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: 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 +++--- 15 files changed, 287 insertions(+), 79 deletions(-) create mode 100644 gdb/testsuite/gdb.arch/aarch64-unwind-pc.S create mode 100644 gdb/testsuite/gdb.arch/aarch64-unwind-pc.exp