mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
* gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
<string.h>.
This commit is contained in:
parent
dadcf8010f
commit
7cf03d44ce
@ -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.
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,5 @@
|
||||
#include <string.h>
|
||||
|
||||
#define ARRSIZE 32
|
||||
int intarray[ARRSIZE], intarray2[ARRSIZE];
|
||||
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user