This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 1d4ed590757 [gdb/testsuite] Fix gdb.python/py-format-string.exp with py [...] new b782c65ba11 gdb: AArch64: Support MTE on baremetal
The 1 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/Makefile.in | 3 + gdb/NEWS | 3 + gdb/aarch64-linux-tdep.c | 168 +----------------------- gdb/aarch64-tdep.c | 168 ++++++++++++++++++++++++ gdb/aarch64-tdep.h | 2 + gdb/arch/aarch64-mte-linux.c | 56 -------- gdb/arch/aarch64-mte-linux.h | 27 ---- gdb/arch/{aarch64-mte-linux.c => aarch64-mte.c} | 70 +--------- gdb/arch/{aarch64-mte-linux.h => aarch64-mte.h} | 40 +----- gdb/configure.tgt | 3 +- gdb/nat/aarch64-mte-linux-ptrace.c | 1 + gdbserver/configure.srv | 1 + 12 files changed, 192 insertions(+), 350 deletions(-) copy gdb/arch/{aarch64-mte-linux.c => aarch64-mte.c} (52%) copy gdb/arch/{aarch64-mte-linux.h => aarch64-mte.h} (59%)