Browse Source

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

* gdb.base/gcore.c: Include <string.h>.
jimb-rda-nptl-branch
Michael Chastain 22 years ago
parent
commit
dd90efdb05
  1. 4
      gdb/testsuite/ChangeLog
  2. 3
      gdb/testsuite/gdb.base/gcore.c

4
gdb/testsuite/ChangeLog

@ -1,3 +1,7 @@
2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
* gdb.base/gcore.c: Include <string.h>.
2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
* gdb.base/gcore.c: Add copyright notice.

3
gdb/testsuite/gdb.base/gcore.c

@ -1,4 +1,4 @@
/* Copyright 2002 Free Software Foundation, Inc.
/* Copyright 2002, 2004 Free Software Foundation, Inc.
This file is part of GDB.
@ -22,6 +22,7 @@
*/
#include <stdlib.h>
#include <string.h>
int extern_array[4] = {1, 2, 3, 4};
static int static_array[4] = {5, 6, 7, 8};

Loading…
Cancel
Save