This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 49078ece048 bfd_check_format: ignore errors from coff_real_object_p new 559e7e5056e Improve process exit status macros on MinGW
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 | 19 +++++++ gdb/Makefile.in | 1 + gdb/cli/cli-cmds.c | 12 +++++ gdb/gdbserver/ChangeLog | 9 ++++ gdb/gdbserver/Makefile.in | 2 + gdb/gdbserver/win32-low.c | 22 +++++++- gdb/gdbsupport/gdb_wait.c | 83 +++++++++++++++++++++++++++++ gdb/gdbsupport/gdb_wait.h | 34 +++++++++--- gdb/windows-nat.c | 20 ++++++- gdb/windows-tdep.c | 130 ++++++++++++++++++++++++++++++++++++++++++++++ 10 files changed, 322 insertions(+), 10 deletions(-) create mode 100644 gdb/gdbsupport/gdb_wait.c