* linux-low.c (linux_wait_1): Move non-debugging code out of

`debug_threads' control.
This commit is contained in:
Pedro Alves 2010-08-25 16:49:04 +00:00
parent d20a8ad9c0
commit 3c11dd799b
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2010-08-25 Pedro Alves <pedro@codesourcery.com>
* linux-low.c (linux_wait_1): Move non-debugging code out of
`debug_threads' control.
2010-08-25 Pedro Alves <pedro@codesourcery.com>
* linux-low.c (linux_wait_1): Don't set last_status here.

View File

@ -2200,9 +2200,10 @@ Check if we're already there.\n",
if (debug_threads)
fprintf (stderr, "dequeued one signal.\n");
}
else if (debug_threads)
else
{
fprintf (stderr, "no deferred signals.\n");
if (debug_threads)
fprintf (stderr, "no deferred signals.\n");
if (stabilizing_threads)
{