* gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
authorMark Kettenis <kettenis@gnu.org>
Sat, 14 Aug 2004 20:17:43 +0000 (20:17 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 14 Aug 2004 20:17:43 +0000 (20:17 +0000)
* lib/gdb.exp: Recognize relative path names as well as absolute
ones.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/bigcore.c

index 26209a4ff4195f95248e9c40173b3962d5990589..af581f51d8ac69b1be19afad3a7bf098b91effb2 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-14  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
+
 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
 
        * ChangeLog: Prefix Local Variables with semi-colons and indent
@@ -69,6 +73,9 @@
 
 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
 
+       * lib/gdb.exp: Recognize relative path names as well as absolute
+       ones.
+
        * gdb.base/sigaltstack.exp: Provide proper anchoring.
 
 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
index bbf37fbaf62b499d78e737b5914237618f941b1c..2a8bb077bb804b1287868479548da15dae6d5a07 100644 (file)
    Please email any bugs, comments, and/or additions to this file to:
    bug-gdb@prep.ai.mit.edu  */
 
-#include <unistd.h>
-#include <stdlib.h>
+#include <sys/types.h>
+#include <sys/time.h>
 #include <sys/resource.h>
 
+#include <stdlib.h>
+#include <unistd.h>
+
 /* Print routines:
 
    The following are so that printf et.al. can be avoided.  Those
This page took 0.033793 seconds and 4 git commands to generate.