2004-08-04 Michael Chastain <mec.gnu@mindspring.com>

* gdb.base/auxv.c: Include <stdlib.h>.
This commit is contained in:
Michael Chastain 2004-08-05 00:20:38 +00:00
parent 91cd10427a
commit c9133d23e8
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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;}