This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from 5f440116e8 testsuite, cp: add expected failures to pass-by-ref tests fo [...] adds 5133a31537 Recognize more program breakpoint patterns adds b62a802857 Test handling of additional brk instruction patterns adds 548a204f7d Fix configure.srv error for Linux on PowerPC adds 287c844a33 gdbserver: Fix whitespace configure.srv damage for `i[34567] [...] adds fc1ca146f7 Adjust src-release.sh's getver due to gdbsupport's move to toplevel adds c47f70e2ce Fix -Werror-stringop error on infcmd.c:construct_inferior_arguments adds 03fe9cfb98 Automatic date update in version.in adds 72913831fc Remove need to clear obj_coff_keep_syms in coff object_p adds 1bd8ae1004 ubsan: tic4x: left shift cannot be represented in type 'int'
No new revisions were added by this update.
Summary of changes: ChangeLog | 6 ++ bfd/ChangeLog | 8 +++ bfd/coffgen.c | 15 +++-- bfd/version.h | 2 +- bfd/xcofflink.c | 18 +++--- gdb/ChangeLog | 30 ++++++++++ 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/gdbserver/ChangeLog | 9 +++ gdb/gdbserver/configure.srv | 5 +- gdb/infcmd.c | 5 ++ 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 ++++++++++++++++++++++ opcodes/ChangeLog | 4 ++ opcodes/tic4x-dis.c | 2 +- src-release.sh | 4 +- 24 files changed, 287 insertions(+), 77 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