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 9cf3c87e166 Re: elf: Strip unreferenced weak undefined symbols new 75606e5e8de gdb: aarch64: Remove MTE address checking from get_memtag new f00fb5e1d1f gdb: aarch64: Move MTE address check out of set_memtag new 681ad8174d0 gdb: aarch64: Remove MTE address checking from memtag_matches_p new a0e28bb1515 gdb: Use passed gdbarch instead of calling current_inferior new 7202f41f5f4 gdb: Introduce is_address_tagged target hook new c040e0b107c gdb: Add qIsAddressTagged packet new 648a8c6168f gdb/testsuite: Add unit tests for qIsAddressTagged packet new 0e6747d2a63 gdb: Document qIsAddressTagged packet
The 8 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/NEWS | 10 +++ gdb/aarch64-linux-nat.c | 15 +++++ gdb/aarch64-linux-tdep.c | 22 +------ gdb/arch-utils.c | 2 +- gdb/arch-utils.h | 2 +- gdb/corelow.c | 10 +++ gdb/doc/gdb.texinfo | 37 ++++++++++- gdb/gdbarch-gen.h | 4 +- gdb/gdbarch.c | 2 +- gdb/gdbarch_components.py | 2 +- gdb/printcmd.c | 32 +++++----- gdb/remote.c | 152 ++++++++++++++++++++++++++++++++++++++++++++++ gdb/target-delegates.c | 30 +++++++++ gdb/target.c | 6 ++ gdb/target.h | 6 ++ 15 files changed, 289 insertions(+), 43 deletions(-)