This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/ARM/morello-binutils-gdb-master in repository binutils-gdb.
from a8acc70c5e5 Introduce capability pseudo registers new 74e13708fcf Adjust PCC bounds when calling a function by hand in AAPCS64-CAP new 9d59d79fd57 Improve GDBserver ptrace error message new 4e67f2c4c0c Improve error messages for capability reads/writes to memory new e3636ab1e17 Support assignment of capabilities to C registers new c9a3a5c7042 Code cleanup and refactoring new 2cf167f9268 Preserve tag when passing pointers/capabilities as parameters new 4b9a9e795e0 Simplify tag management in value structs new 8b0ba119ada Display tags for internal variable values
The 8 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: gdb/aarch64-linux-nat.c | 8 ++- gdb/aarch64-linux-tdep.c | 20 +++++++ gdb/aarch64-tdep.c | 130 ++++++++++++++++++++++++++--------------- gdb/arch-utils.c | 17 ++++++ gdb/arch-utils.h | 9 +++ gdb/frame.c | 100 +++++++++++++++++++++++++++++++ gdb/frame.h | 8 +++ gdb/gdbarch.c | 46 +++++++++++++++ gdb/gdbarch.h | 12 ++++ gdb/gdbarch.sh | 5 ++ gdb/nat/aarch64-cap-linux.c | 54 ++++++++++++++++- gdb/regcache.c | 13 +---- gdb/remote.c | 1 + gdb/valops.c | 5 +- gdb/valprint.c | 1 + gdb/value.c | 8 ++- gdbserver/linux-aarch64-low.cc | 15 ++--- gdbserver/linux-low.cc | 16 ++++- gdbserver/linux-low.h | 4 +- 19 files changed, 388 insertions(+), 84 deletions(-)