* gdb.threads/sigthread.c (NSIGS): Make bigger.

This commit is contained in:
Mark Kettenis 2007-01-28 16:45:35 +00:00
parent 4d456e3dc5
commit e741bf94ae
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-01-28 Mark Kettenis <kettenis@gnu.org>
* gdb.threads/sigthread.c (NSIGS): Make bigger.
2007-01-27 Andreas Schwab <schwab@suse.de>
* gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of

View File

@ -18,7 +18,7 @@
/* Loop long enough for GDB to send a few signals of its own, but
don't hang around eating CPU forever if something goes wrong during
testing. */
#define NSIGS 1000000
#define NSIGS 10000000
void
handler (int sig)