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 1a7d840a216 [gdb/tdep] Fix ARM_LINUX_JB_PC_EABI new b995344c116 gdb/aarch64: Disable displaced single-step for MOPS instructions new ebd06ca6b9b gdb/aarch64: Add record support for MOPS instructions. new 55e3fcf5e52 gdb/testsuite: Add gdb.arch/aarch64-mops-watchpoint.exp
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: gdb/aarch64-tdep.c | 77 ++++++++- gdb/testsuite/gdb.arch/aarch64-mops-single-step.c | 73 ++++++++ .../gdb.arch/aarch64-mops-single-step.exp | 98 +++++++++++ gdb/testsuite/gdb.arch/aarch64-mops-watchpoint.c | 66 ++++++++ gdb/testsuite/gdb.arch/aarch64-mops-watchpoint.exp | 79 +++++++++ gdb/testsuite/gdb.reverse/aarch64-mops.c | 78 +++++++++ gdb/testsuite/gdb.reverse/aarch64-mops.exp | 186 +++++++++++++++++++++ gdb/testsuite/lib/gdb.exp | 99 +++++++++++ 8 files changed, 753 insertions(+), 3 deletions(-) create mode 100644 gdb/testsuite/gdb.arch/aarch64-mops-single-step.c create mode 100644 gdb/testsuite/gdb.arch/aarch64-mops-single-step.exp create mode 100644 gdb/testsuite/gdb.arch/aarch64-mops-watchpoint.c create mode 100644 gdb/testsuite/gdb.arch/aarch64-mops-watchpoint.exp create mode 100644 gdb/testsuite/gdb.reverse/aarch64-mops.c create mode 100644 gdb/testsuite/gdb.reverse/aarch64-mops.exp