From 7cf03d44ce2b44c88629f4f5b55ca84f015b31d4 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 24 Jan 2004 18:25:06 +0000 Subject: * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include . --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.base/charset.c | 1 + gdb/testsuite/gdb.base/dump.c | 2 ++ gdb/testsuite/gdb.base/huge.c | 2 ++ 4 files changed, 10 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 90cb99c..8a0e54f 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 ece684a..a7b7123 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 784edf6..bc68778 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 419b92c..446bb18 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. */ -- cgit v1.1