* gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include

<string.h>.
This commit is contained in:
Mark Kettenis 2004-01-24 18:25:06 +00:00
parent dadcf8010f
commit 7cf03d44ce
4 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-01-24 Mark Kettenis <kettenis@gnu.org>
* gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
<string.h>.
2004-01-24 Nick Roberts <nick@nick.uklinux.net>
* gdb.mi/mi-stack.exp: Update copyright.

View File

@ -2,6 +2,7 @@
Jim Blandy <jimb@cygnus.com> --- December 2001 */
#include <stdio.h>
#include <string.h>
/* X_string is a null-terminated string in the X charset whose

View File

@ -1,3 +1,5 @@
#include <string.h>
#define ARRSIZE 32
int intarray[ARRSIZE], intarray2[ARRSIZE];

View File

@ -2,6 +2,8 @@
* Test GDB's ability to read a very large data object from target memory.
*/
#include <string.h>
/* 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. */