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 c9601b7f64b Remove stale test new 194210cc246 Convert char array to std::string in linux_find_memory_regi [...] new cc7925bc9a8 Refactor parsing of /proc/<pid>/smaps new ffbda24e030 Core file support (C registers + capability tags)
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: bfd/ChangeLog | 10 ++ bfd/elf-bfd.h | 2 + bfd/elf.c | 46 +++++ binutils/ChangeLog | 4 + binutils/readelf.c | 2 + gdb/ChangeLog | 52 ++++++ gdb/aarch64-linux-tdep.c | 186 ++++++++++++++++++-- gdb/arch/aarch64-cap-linux.h | 24 +++ gdb/corelow.c | 71 ++++++++ gdb/gdbarch.c | 64 +++++++ gdb/gdbarch.h | 16 ++ gdb/gdbarch.sh | 6 + gdb/linux-tdep.c | 405 +++++++++++++++++++++++++++++-------------- gdb/linux-tdep.h | 4 + include/ChangeLog | 5 + include/elf/common.h | 5 + 16 files changed, 755 insertions(+), 147 deletions(-)