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 f5f4a6b0108 Enable Morello register set writes new c900c916c26 Fix disassembly of C64 instructions in GDB new 4e3136f3dd6 Fix extracting tags from PCC and CSP new 610f24814ad Enable capability writes to memory
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: gdb/ChangeLog | 38 ++++++++++++++ gdb/aarch64-linux-nat.c | 63 ++++++++++++++++++++++- gdb/aarch64-tdep.c | 111 +++++++++++++++++++++++++++++++++++++++++ gdb/nat/aarch64-cap-linux.c | 13 +++++ gdb/nat/aarch64-cap-linux.h | 7 +++ gdb/remote.c | 31 +++++++++++- gdb/target-debug.h | 2 + gdb/target-delegates.c | 30 +++++++++++ gdb/target.c | 9 ++++ gdb/target.h | 9 ++++ gdbserver/ChangeLog | 6 +++ gdbserver/linux-aarch64-low.cc | 27 ++++++++-- gdbserver/server.cc | 19 +++++-- include/ChangeLog | 6 +++ include/opcode/aarch64.h | 14 ++++++ opcodes/ChangeLog | 7 +++ opcodes/aarch64-dis.c | 55 ++++++++++---------- 17 files changed, 410 insertions(+), 37 deletions(-)