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-mainline-defconfig in repository toolchain/ci/binutils-gdb.
from 5d5b0bd35f MSP430 Assembler: Define symbols for functions to run through. adds b73715df01 [gdb] Handle vfork in thread with follow-fork-mode child adds 85bec12d61 Improve warning message for $0 constraint on MIPSR6 branches adds dc34c8972e Make process_stratum_target::stratum "final" adds 36cd4ba598 [gdb/testsuite] Fix gdb.base/break-probes.exp with native-gdbserver adds e7da54fcdb Automatic date update in version.in adds fce9773608 s12z and h8300 no-print-map-discarded fails adds 5ce032bdfc RX Assembler: Ensure that the internal limit on the number o [...] new d563b95314 OBVIOUS move add_comm_alias "!" <=> "shell" near the add_com [...]
The 1 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/ChangeLog | 4 ++ bfd/elf32-s12z.c | 1 - bfd/version.h | 2 +- gas/ChangeLog | 15 +++++ gas/config/tc-mips.c | 5 +- gas/config/tc-rx.c | 19 +++++-- gas/config/tc-rx.h | 11 +++- gas/testsuite/gas/mips/r6-branch-constraints.l | 20 +++---- gdb/ChangeLog | 10 ++++ gdb/cli/cli-cmds.c | 4 +- gdb/infrun.c | 31 +++++------ gdb/process-stratum-target.h | 2 +- gdb/testsuite/ChangeLog | 14 +++++ gdb/testsuite/boards/local-board.exp | 2 +- .../{thread-execl.c => vfork-follow-child-exec.c} | 47 +++++++++++----- .../gdb.threads/vfork-follow-child-exec.exp | 64 ++++++++++++++++++++++ .../vfork-follow-child-exit.c} | 35 ++++++++---- .../gdb.threads/vfork-follow-child-exit.exp | 60 ++++++++++++++++++++ ld/ChangeLog | 6 ++ ld/testsuite/ld-gc/skip-map-discarded.s | 5 +- ld/testsuite/lib/ld-lib.exp | 1 + 21 files changed, 287 insertions(+), 71 deletions(-) copy gdb/testsuite/gdb.threads/{thread-execl.c => vfork-follow-child-exec.c} (59%) create mode 100644 gdb/testsuite/gdb.threads/vfork-follow-child-exec.exp copy gdb/testsuite/{gdb.base/watch-vfork.c => gdb.threads/vfork-follow-child-exit. [...] create mode 100644 gdb/testsuite/gdb.threads/vfork-follow-child-exit.exp