From: Doug Evans Date: Tue, 6 Jan 2009 00:20:44 +0000 (+0000) Subject: * ChangeLog: Fix date of last entry. X-Git-Tag: arc-insight_6_8-branchpoint~456 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=529823bb9b73f202c72324e975016d3a2fc559ce;p=pf3gnuchains%2Fpf3gnuchains4x.git * ChangeLog: Fix date of last entry. * linux-low.c (handle_extended_wait): Improve comment. --- diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 873a5137a8..82ba86dd13 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,6 +1,7 @@ -2008-12-13 Doug Evans +2009-01-05 Doug Evans * linux-low.c (linux_attach_lwp): Add some comments/fixmes. + (handle_extended_wait): Improve comment. 2008-12-13 Doug Evans diff --git a/gdb/gdbserver/linux-low.c b/gdb/gdbserver/linux-low.c index 35562043fd..3fa06ec925 100644 --- a/gdb/gdbserver/linux-low.c +++ b/gdb/gdbserver/linux-low.c @@ -180,7 +180,7 @@ handle_extended_wait (struct process_info *event_child, int wstat) /* Normally we will get the pending SIGSTOP. But in some cases we might get another signal delivered to the group first. - If we do, be sure not to lose it. */ + If we do get another signal, be sure not to lose it. */ if (WSTOPSIG (status) == SIGSTOP) { if (stopping_threads)