From: Mark Kettenis Date: Sat, 14 Aug 2004 20:17:43 +0000 (+0000) Subject: * gdb.base/bigcore.c: Include and . X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4e838464898ecd967cb10c2a746e0c9e25768924;p=binutils-gdb.git * gdb.base/bigcore.c: Include and . * lib/gdb.exp: Recognize relative path names as well as absolute ones. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 26209a4ff41..af581f51d8a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-08-14 Mark Kettenis + + * gdb.base/bigcore.c: Include and . + 2004-08-14 Eli Zaretskii * ChangeLog: Prefix Local Variables with semi-colons and indent @@ -69,6 +73,9 @@ 2004-08-09 Mark Kettenis + * lib/gdb.exp: Recognize relative path names as well as absolute + ones. + * gdb.base/sigaltstack.exp: Provide proper anchoring. 2004-08-09 Michael Chastain diff --git a/gdb/testsuite/gdb.base/bigcore.c b/gdb/testsuite/gdb.base/bigcore.c index bbf37fbaf62..2a8bb077bb8 100644 --- a/gdb/testsuite/gdb.base/bigcore.c +++ b/gdb/testsuite/gdb.base/bigcore.c @@ -19,10 +19,13 @@ Please email any bugs, comments, and/or additions to this file to: bug-gdb@prep.ai.mit.edu */ -#include -#include +#include +#include #include +#include +#include + /* Print routines: The following are so that printf et.al. can be avoided. Those