2004-08-05 Michael Chastain <mec.gnu@mindspring.com>

* gdb.base/freebpcmd.c: Include <stdio.h>.
	* gdb.base/long_long.c: Include <string.h>.
	* gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
	* gdb.base/siginfo.c: Include <string.h>.
	* gdb.base/sigstep.c: Include <string.h>.
This commit is contained in:
Michael Chastain 2004-08-05 07:28:20 +00:00
parent cb9aaed5ee
commit e425eb2b82
6 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
* gdb.base/freebpcmd.c: Include <stdio.h>.
* gdb.base/long_long.c: Include <string.h>.
* gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
* gdb.base/siginfo.c: Include <string.h>.
* gdb.base/sigstep.c: Include <string.h>.
2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
* gdb.base/complex.c: Include <stdlib.h>.

View File

@ -1,5 +1,5 @@
/* Test program for GDB crashes while doing bp commands that continue inferior.
Copyright 2003 Free Software Foundation, Inc.
Copyright 2003, 2004 Free Software Foundation, Inc.
This file is part of the gdb testsuite.
@ -18,6 +18,8 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <stdio.h>
int
main (int argc, char **argv)
{

View File

@ -27,6 +27,8 @@
* cc +e +DA2.0 -g -o long_long long_long.c
*/
#include <string.h>
enum { MAX_BYTES = 16 };
void

View File

@ -21,6 +21,8 @@
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
enum level { MAIN, OUTER, INNER, LEAF, NR_LEVELS };

View File

@ -19,6 +19,7 @@
*/
#include <stdio.h>
#include <string.h>
#include <signal.h>
#include <sys/time.h>

View File

@ -19,6 +19,7 @@
*/
#include <stdio.h>
#include <string.h>
#include <signal.h>
#include <sys/time.h>