This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/binutils-gdb.
from 5530c021ce Fix procfs.c compilation adds add0eb9d6e Accept the + character as part of filenames for MRI scripts. adds b653576623 gdb: test vfork + follow-fork-mode=parent + detach-on-fork=off adds 6e6e87de92 gdb/testsuite: update copyright years in gdb.base/vfork-foll [...] adds 4f5539f026 gdb/infrun: add reason parameter to stop_all_threads adds fa8a0804b8 * gdb/top.c (print_gdb_configuration): Announce --enable-threading. adds 025f768ffc aarch64: Relax check for RNG system registers adds 29d210012a gdb: fix use of fprintf_filtered in top.c adds 7820b634f7 gdb/testsuite/tui: implement _csi_P proc
No new revisions were added by this update.
Summary of changes: binutils/ChangeLog | 4 ++ binutils/arlex.l | 2 +- gas/testsuite/gas/aarch64/{sb1.d => rng-1.d} | 7 +- gas/testsuite/gas/aarch64/rng-1.s | 3 + gdb/infcmd.c | 2 +- gdb/infrun.c | 10 +-- gdb/infrun.h | 11 +-- gdb/remote.c | 2 +- .../vfork-follow-parent.c} | 10 ++- gdb/testsuite/gdb.base/vfork-follow-parent.exp | 78 ++++++++++++++++++++++ gdb/testsuite/gdb.tui/tuiterm.exp | 29 ++++++++ gdb/testsuite/lib/tuiterm.exp | 27 ++++++++ gdb/top.c | 10 +++ opcodes/aarch64-opc.c | 2 +- 14 files changed, 179 insertions(+), 18 deletions(-) copy gas/testsuite/gas/aarch64/{sb1.d => rng-1.d} (52%) create mode 100644 gas/testsuite/gas/aarch64/rng-1.s copy gdb/testsuite/{gdb.opt/break-on-_exit.c => gdb.base/vfork-follow-parent.c} (88%) create mode 100644 gdb/testsuite/gdb.base/vfork-follow-parent.exp