2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
authorMichael Chastain <mec@google.com>
Thu, 5 Aug 2004 07:28:20 +0000 (07:28 +0000)
committerMichael Chastain <mec@google.com>
Thu, 5 Aug 2004 07:28:20 +0000 (07:28 +0000)
* 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>.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/freebpcmd.c
gdb/testsuite/gdb.base/long_long.c
gdb/testsuite/gdb.base/sigaltstack.c
gdb/testsuite/gdb.base/siginfo.c
gdb/testsuite/gdb.base/sigstep.c

index bfc89613158c75bb7bed0feb6cad9c2ae363c018..e37fe5bdbf7cbfcfd867f673d1caec8ef9df75fb 100644 (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>.
index 765e12d2ca8d204358c62a86fff5ce5339342aeb..36cbcbea29d2d3a0f606dd7316875562bc0c009f 100644 (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)
 {
index 3cc7c1f0089f4c77ec6f633317301136b687ed91..a55cb24822707ac6d870a51de1a7c6a63eed0a32 100644 (file)
@@ -27,6 +27,8 @@
  * cc +e +DA2.0 -g -o long_long long_long.c
  */
 
+#include <string.h>
+
 enum { MAX_BYTES = 16 };
 
 void
index afcc8fbcb385a0040829910f746da73e5ad34838..b7abc9b52418e628557974b71187dd89b1e0f2ef 100644 (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 };
index b2a758b0a1fa6538cc67f993041aa9ac39cc0795..6303f07194f061920e9b9c3c4b3c7cf64c4104b8 100644 (file)
@@ -19,6 +19,7 @@
 */
 
 #include <stdio.h>
+#include <string.h>
 #include <signal.h>
 #include <sys/time.h>
 
index a9e86186dce6a027e84917890f280de64d8eac27..9555bee15431ed126d774fde7501324241a132a0 100644 (file)
@@ -19,6 +19,7 @@
 */
 
 #include <stdio.h>
+#include <string.h>
 #include <signal.h>
 #include <sys/time.h>