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 5f440116e87 testsuite, cp: add expected failures to pass-by-ref tests f [...] new 5133a31537c Recognize more program breakpoint patterns new b62a802857a Test handling of additional brk instruction patterns
The 2 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 | 24 ++++++++ gdb/aarch64-tdep.c | 37 ++++++++++++ gdb/arch-utils.c | 32 ++++++++++ gdb/arch-utils.h | 4 ++ gdb/breakpoint.c | 46 +++------------ gdb/breakpoint.h | 5 -- gdb/gdbarch.c | 23 ++++++++ gdb/gdbarch.h | 7 +++ gdb/gdbarch.sh | 4 ++ gdb/infrun.c | 4 +- gdb/testsuite/ChangeLog | 5 ++ .../sep.c => gdb.arch/aarch64-brk-patterns.c} | 20 +++---- gdb/testsuite/gdb.arch/aarch64-brk-patterns.exp | 69 ++++++++++++++++++++++ 13 files changed, 224 insertions(+), 56 deletions(-) copy gdb/testsuite/{gdb.base/sep.c => gdb.arch/aarch64-brk-patterns.c} (66%) create mode 100644 gdb/testsuite/gdb.arch/aarch64-brk-patterns.exp