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-arm-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from 55be8fd0d2 Improve warning message from debuginfod support in readelf. adds a2236a0844 Fix library segment-address for 64bit values adds e667c15c48 Automatic date update in version.in adds ef8f08ca13 PR25477, ld 2.34 tries to load ${prefix}/etc/ld.so.conf adds ee2a6fc604 [gdb/testsuite] Fix gdb.threads/watchpoint-fork.exp race adds 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 new 548a204f7d Fix configure.srv error for Linux on PowerPC new 287c844a33 gdbserver: Fix whitespace configure.srv damage for `i[34567] [...]
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: bfd/version.h | 2 +- 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/gdbserver/ChangeLog | 14 +++++ gdb/gdbserver/configure.srv | 5 +- gdb/gdbserver/server.c | 4 +- gdb/infrun.c | 4 +- gdb/testsuite/ChangeLog | 19 ++++++ .../sep.c => gdb.arch/aarch64-brk-patterns.c} | 20 +++---- gdb/testsuite/gdb.arch/aarch64-brk-patterns.exp | 69 ++++++++++++++++++++++ gdb/testsuite/gdb.cp/pass-by-ref-2.exp | 6 ++ gdb/testsuite/gdb.cp/pass-by-ref.exp | 26 ++++++++ gdb/testsuite/gdb.threads/watchpoint-fork-child.c | 4 ++ gdb/testsuite/gdb.threads/watchpoint-fork-mt.c | 2 + gdb/testsuite/gdb.threads/watchpoint-fork-parent.c | 4 ++ gdb/testsuite/gdb.threads/watchpoint-fork-st.c | 2 + gdb/testsuite/gdb.threads/watchpoint-fork.exp | 13 +++- ld/ChangeLog | 12 ++++ ld/Makefile.am | 2 +- ld/Makefile.in | 2 +- ld/emultempl/elf.em | 2 +- ld/ldelf.c | 8 +-- ld/ldelf.h | 2 +- 30 files changed, 333 insertions(+), 71 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