This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-check_cross in repository toolchain/ci/binutils-gdb.
from 154b353f68 x86: Add int1 as one byte opcode 0xf1 adds 600ac5b461 Automatic date update in version.in adds e22be21285 [gdb/procfs.c] Fix build failure in find_stop_signal adds ff77083572 gdb: call post_create_inferior at end of follow_fork_inferior adds 3a849a3454 gdb: pass child_ptid and fork kind to target_ops::follow_fork
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/NEWS | 3 + gdb/doc/gdb.texinfo | 4 + gdb/fbsd-nat.c | 8 +- gdb/fbsd-nat.h | 2 +- gdb/infrun.c | 53 +++--- gdb/jit.c | 28 ++++ gdb/linux-nat.c | 34 +--- gdb/linux-nat.h | 5 +- gdb/linux-thread-db.c | 2 +- gdb/obsd-nat.c | 8 +- gdb/obsd-nat.h | 2 +- gdb/procfs.c | 4 +- gdb/remote.c | 18 +- gdb/target-debug.h | 2 + gdb/target-delegates.c | 24 +-- gdb/target.c | 8 +- gdb/target.h | 15 +- .../{jit-elf-main.c => jit-elf-fork-main.c} | 29 +--- .../{jit-elf-solib.c => jit-elf-fork-solib.c} | 0 gdb/testsuite/gdb.base/jit-elf-fork.exp | 186 +++++++++++++++++++++ 21 files changed, 306 insertions(+), 131 deletions(-) copy gdb/testsuite/gdb.base/{jit-elf-main.c => jit-elf-fork-main.c} (87%) copy gdb/testsuite/gdb.base/{jit-elf-solib.c => jit-elf-fork-solib.c} (100%) create mode 100644 gdb/testsuite/gdb.base/jit-elf-fork.exp