2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
authorMichael Chastain <mec@google.com>
Thu, 5 Aug 2004 00:20:38 +0000 (00:20 +0000)
committerMichael Chastain <mec@google.com>
Thu, 5 Aug 2004 00:20:38 +0000 (00:20 +0000)
* gdb.base/auxv.c: Include <stdlib.h>.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/auxv.c

index 9edee4abddc425e4b2a8c99971c3a2bca70d85cb..eb8e9b4d9dc7cd522ed94be461e6ae62bd045b39 100644 (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.
index 470c6d491f13cd3c462ce508e6b911a701a23331..7eba5f97cfa5e4f947643ae7debad486a31b14ec 100644 (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;}