From: Mark Kettenis Date: Sat, 24 Jan 2004 18:25:06 +0000 (+0000) Subject: * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7cf03d44ce2b44c88629f4f5b55ca84f015b31d4;p=binutils-gdb.git * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include . --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 90cb99c5c84..8a0e54fd96a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-01-24 Mark Kettenis + + * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include + . + 2004-01-24 Nick Roberts * gdb.mi/mi-stack.exp: Update copyright. diff --git a/gdb/testsuite/gdb.base/charset.c b/gdb/testsuite/gdb.base/charset.c index ece684a1ef9..a7b71238c5f 100644 --- a/gdb/testsuite/gdb.base/charset.c +++ b/gdb/testsuite/gdb.base/charset.c @@ -2,6 +2,7 @@ Jim Blandy --- December 2001 */ #include +#include /* X_string is a null-terminated string in the X charset whose diff --git a/gdb/testsuite/gdb.base/dump.c b/gdb/testsuite/gdb.base/dump.c index 784edf6ac8b..bc68778ee7a 100644 --- a/gdb/testsuite/gdb.base/dump.c +++ b/gdb/testsuite/gdb.base/dump.c @@ -1,3 +1,5 @@ +#include + #define ARRSIZE 32 int intarray[ARRSIZE], intarray2[ARRSIZE]; diff --git a/gdb/testsuite/gdb.base/huge.c b/gdb/testsuite/gdb.base/huge.c index 419b92cc5b7..446bb180371 100644 --- a/gdb/testsuite/gdb.base/huge.c +++ b/gdb/testsuite/gdb.base/huge.c @@ -2,6 +2,8 @@ * Test GDB's ability to read a very large data object from target memory. */ +#include + /* A value that will produce a target data object large enough to crash GDB. 0x200000 is big enough on GNU/Linux, other systems may need a larger number. */