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 10af2a65c8 gas: xtensa: fix comparison of trampoline chain symbols new 8e481c3ba8 C++-ify parse_format_string new a738ea1d41 Clear non-significant bits of address on memory access new a0de8c21ba Adjust breakpoint address by clearing non-significant bits new f17d947477 Clear non-significant bits of address in watchpoint
The 4 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 | 36 +++++++ gdb/aarch64-tdep.c | 5 + gdb/ax-gdb.c | 17 +--- gdb/ax-gdb.h | 2 - gdb/breakpoint.c | 49 ++++------ gdb/common/format.c | 62 +----------- gdb/common/format.h | 42 +++++++-- gdb/gdbarch.c | 22 +++++ gdb/gdbarch.h | 8 ++ gdb/gdbarch.sh | 6 ++ gdb/gdbserver/ChangeLog | 4 + gdb/gdbserver/ax.c | 22 ++--- gdb/printcmd.c | 41 +++----- gdb/target.c | 2 + gdb/testsuite/ChangeLog | 15 +++ .../aarch64-tagged-pointer.c} | 55 ++++++----- gdb/testsuite/gdb.arch/aarch64-tagged-pointer.exp | 105 +++++++++++++++++++++ gdb/utils.c | 17 ++++ gdb/utils.h | 3 + 19 files changed, 339 insertions(+), 174 deletions(-) copy gdb/testsuite/{gdb.btrace/enable-running.c => gdb.arch/aarch64-tagged-pointer [...] create mode 100644 gdb/testsuite/gdb.arch/aarch64-tagged-pointer.exp