This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-7.12-branch in repository binutils-gdb.
from 1b6ec8e Synchronize libiberty sources with FSF GCC mainline version. new 35fcb4f Fix PR gdb/18653: gdb disturbs inferior's inherited signal di [...]
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: gdb/ChangeLog | 17 +++++ gdb/Makefile.in | 9 ++- gdb/common/common.m4 | 2 +- gdb/common/signals-state-save-restore.c | 94 +++++++++++++++++++++++ gdb/common/signals-state-save-restore.h | 39 ++++++++++ gdb/configure | 2 +- gdb/fork-child.c | 4 +- gdb/gdbserver/ChangeLog | 13 ++++ gdb/gdbserver/Makefile.in | 4 + gdb/gdbserver/config.in | 3 + gdb/gdbserver/configure | 2 +- gdb/gdbserver/linux-low.c | 4 +- gdb/gdbserver/server.c | 4 +- gdb/main.c | 2 + gdb/testsuite/ChangeLog | 7 ++ gdb/testsuite/gdb.base/signals-state-child.c | 101 +++++++++++++++++++++++++ gdb/testsuite/gdb.base/signals-state-child.exp | 82 ++++++++++++++++++++ gdb/testsuite/gdb.gdb/selftest.exp | 4 + 18 files changed, 386 insertions(+), 7 deletions(-) create mode 100644 gdb/common/signals-state-save-restore.c create mode 100644 gdb/common/signals-state-save-restore.h create mode 100644 gdb/testsuite/gdb.base/signals-state-child.c create mode 100644 gdb/testsuite/gdb.base/signals-state-child.exp