mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
* gdb.threads/sigthread.c (NSIGS): Make bigger.
This commit is contained in:
@ -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
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user