mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 04:29:49 +00:00
* gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
This commit is contained in:
parent
8b89a4eb74
commit
8f5a310353
@ -1,3 +1,7 @@
|
||||
2004-05-22 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
|
||||
|
||||
2004-05-21 Joel Brobecker <brobecker@gnat.com>
|
||||
Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
|
@ -34,7 +34,7 @@ typedef long code_t (void);
|
||||
static volatile data_t *data[10];
|
||||
static volatile code_t *code[10];
|
||||
|
||||
jmp_buf env;
|
||||
sigjmp_buf env;
|
||||
|
||||
extern void
|
||||
keeper (int sig)
|
||||
|
Loading…
Reference in New Issue
Block a user