* linux-low.c (linux_wait_1): Move non-debugging code out of
`debug_threads' control.
This commit is contained in:
parent
d20a8ad9c0
commit
3c11dd799b
2 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue