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 e3ab308da26 [Morello] Add top-level README-morello new 02ff4fb4580 Guard places using Morello C registers new ee871849b62 Invert CSP/PCC and simplify access to C register numbers new f49d244ad43 Don't ignore pointer sizes when printing new 295ea638cf2 Support data_capability and code_capability types + update [...] new 24ba75a5c41 Support casting capabilities/capability pointers to other types new d3f6d232477 Adjust capability string for printing new dcbd343ae69 Print shorter version of decoded capabilities new 6dca761652d Print capability pointers as capabilities new c03396afe61 Use CLR DWARF register and PCC/CSP
The 9 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 | 88 +++++++++++++++++++++++++++++++++++++ gdb/aarch64-linux-nat.c | 8 +++- gdb/aarch64-linux-tdep.c | 10 ++--- gdb/aarch64-tdep.c | 88 +++++++++++++++++++++---------------- gdb/aarch64-tdep.h | 8 ++++ gdb/c-valprint.c | 9 +++- gdb/features/aarch64-capability.c | 78 ++++++++++++++++---------------- gdb/features/aarch64-capability.xml | 78 ++++++++++++++++---------------- gdb/findvar.c | 16 +++---- gdb/gdbarch.c | 71 ------------------------------ gdb/gdbarch.h | 19 +------- gdb/gdbarch.sh | 9 ---- gdb/gdbtypes.c | 23 +++++++--- gdb/gdbtypes.h | 7 +-- gdb/printcmd.c | 2 +- gdb/target-descriptions.c | 6 +-- gdb/valops.c | 16 ++++--- gdb/valprint.c | 4 +- gdb/valprint.h | 4 ++ gdbserver/ChangeLog | 4 ++ gdbserver/linux-aarch64-low.cc | 2 +- gdbsupport/ChangeLog | 19 ++++++++ gdbsupport/capability.cc | 44 ++++++++++++++++--- gdbsupport/capability.h | 7 ++- gdbsupport/tdesc.cc | 4 +- 25 files changed, 361 insertions(+), 263 deletions(-)