diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1995-07-15 08:57:59 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1995-07-15 08:57:59 +0000 |
commit | b8ea4fec37d3cdb391719f52ddff3ff523f6e9e3 (patch) | |
tree | 375bea081b6f4f13c1ec107d4cee8b0d3956e331 /gdb/target.c | |
parent | c7950dcc68c23c28afe6edfa0948691d4c44ced1 (diff) | |
download | gdb-b8ea4fec37d3cdb391719f52ddff3ff523f6e9e3.zip gdb-b8ea4fec37d3cdb391719f52ddff3ff523f6e9e3.tar.gz gdb-b8ea4fec37d3cdb391719f52ddff3ff523f6e9e3.tar.bz2 |
* config/alpha/alpha-osf3.mh, config/alpha/nm-osf3.h: New files
for OSF/1-3.x procfs support.
* configure.in (alpha-dec-osf): Use them when configuring
for OSF/1-3.x.
* configure: Updated.
* target.c: Include <string.h>.
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/target.c b/gdb/target.c index 9368d58..838afb6 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -1,5 +1,5 @@ /* Select target systems and architectures at runtime for GDB. - Copyright 1990, 1992, 1993, 1994 Free Software Foundation, Inc. + Copyright 1990, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB. @@ -21,6 +21,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "defs.h" #include <errno.h> #include <ctype.h> +#include <string.h> #include "target.h" #include "gdbcmd.h" #include "symtab.h" |