This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 22a8433e00f gas: restore Dwarf info generation after macro diagnostic a [...] new d88cb738e6a [aarch64] Fix removal of non-address bits for PAuth new 429f0cd1396 gdb/testsuite: add test for Python commands redefining itself new fa501b69309 Fix a potential illegal memory access when parsing corrupt [...]
The 3 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: binutils/ChangeLog | 5 + binutils/dwarf.c | 21 +++- gdb/aarch64-linux-nat.c | 2 +- gdb/aarch64-linux-tdep.c | 48 +++++++-- gdb/arch-utils.c | 8 ++ gdb/arch-utils.h | 4 + gdb/arch/aarch64.c | 31 ++++++ gdb/arch/aarch64.h | 18 ++++ gdb/breakpoint.c | 6 +- gdb/gdbarch-components.py | 22 ++-- gdb/gdbarch-gen.h | 21 ++-- gdb/gdbarch.c | 24 ++--- gdb/target.c | 2 +- ...iscv-info-fcsr.c => aarch64-non-address-bits.c} | 7 +- .../gdb.arch/aarch64-non-address-bits.exp | 118 +++++++++++++++++++++ gdb/testsuite/gdb.python/py-cmd.exp | 30 ++++++ gdb/utils.c | 22 ---- gdb/utils.h | 3 - gdbserver/linux-aarch64-low.cc | 33 +++--- 19 files changed, 349 insertions(+), 76 deletions(-) copy gdb/testsuite/gdb.arch/{riscv-info-fcsr.c => aarch64-non-address-bits.c} (89%) create mode 100644 gdb/testsuite/gdb.arch/aarch64-non-address-bits.exp