mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-04 10:24:13 +00:00
2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
* gdb.base/auxv.c: Include <stdlib.h>.
This commit is contained in:
parent
91cd10427a
commit
c9133d23e8
@ -1,3 +1,7 @@
|
||||
2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
|
||||
|
||||
* gdb.base/auxv.c: Include <stdlib.h>.
|
||||
|
||||
2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
|
||||
|
||||
* gdb.base/auxv.c: Add copyright notice.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright 1992, 1993, 1994, 1995, 1996, 1999
|
||||
/* Copyright 1992, 1993, 1994, 1995, 1996, 1999, 2004
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
@ -31,6 +31,7 @@
|
||||
#endif
|
||||
|
||||
#if HAVE_ABORT
|
||||
#include <stdlib.h>
|
||||
#define ABORT abort()
|
||||
#else
|
||||
#define ABORT {char *invalid = 0; *invalid = 0xFF;}
|
||||
|
Loading…
Reference in New Issue
Block a user