This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/binutils-gdb.
from 76e4fa70e7 ld: Pass -nostdlib to compiler with -r adds 3c539d41b4 [AArch64] Fix testcase compilation failure adds d0ff5ca959 [AArch64] Support AArch64 MTE memory tag dumps in core files adds 68cffbbd44 [AArch64] MTE corefile support
No new revisions were added by this update.
Summary of changes: bfd/elfnn-aarch64.c | 89 ++++++++++++++ binutils/readelf.c | 1 + gdb/Makefile.in | 1 + gdb/NEWS | 10 ++ gdb/aarch64-linux-tdep.c | 171 +++++++++++++++++++++++++++ gdb/arch/aarch64-mte-linux.c | 56 +++++++++ gdb/arch/aarch64-mte-linux.h | 10 ++ gdb/corelow.c | 62 ++++++++++ gdb/defs.h | 3 +- gdb/doc/gdb.texinfo | 19 +++ gdb/gcore.c | 83 ++++++++++++- gdb/gdbarch-components.py | 35 ++++++ gdb/gdbarch-gen.h | 26 +++++ gdb/gdbarch.c | 96 +++++++++++++++ gdb/linux-tdep.c | 39 ++++++- gdb/memtag.c | 68 +++++++++++ gdb/memtag.h | 50 ++++++++ gdb/testsuite/gdb.arch/aarch64-mte-core.c | 152 ++++++++++++++++++++++++ gdb/testsuite/gdb.arch/aarch64-mte-core.exp | 175 ++++++++++++++++++++++++++++ gdb/testsuite/gdb.arch/aarch64-mte.c | 15 ++- include/elf/aarch64.h | 3 + 21 files changed, 1151 insertions(+), 13 deletions(-) create mode 100644 gdb/memtag.c create mode 100644 gdb/memtag.h create mode 100644 gdb/testsuite/gdb.arch/aarch64-mte-core.c create mode 100644 gdb/testsuite/gdb.arch/aarch64-mte-core.exp