diff options
Diffstat (limited to 'gdb/hppahpux-xdep.c')
-rw-r--r-- | gdb/hppahpux-xdep.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/hppahpux-xdep.c b/gdb/hppahpux-xdep.c index cd32c4e..eefb8ff 100644 --- a/gdb/hppahpux-xdep.c +++ b/gdb/hppahpux-xdep.c @@ -1,13 +1,10 @@ /* Machine-dependent code which would otherwise be in infptrace.c, for GDB, the GNU debugger. This code is for the HP PA-RISC cpu. - Copyright (C) 1986, 1987, 1989, 1990, 1991 Free Software Foundation, Inc. + Copyright 1986, 1987, 1989, 1990, 1991, 1992 Free Software Foundation, Inc. Contributed by the Center for Software Science at the University of Utah (pa-gdb-bugs@cs.utah.edu). -/* Low level Unix child interface to ptrace, for GDB when running under Unix. - Copyright (C) 1988, 1989, 1990, 1991 Free Software Foundation, Inc. - This file is part of GDB. This program is free software; you can redistribute it and/or modify @@ -24,7 +21,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include <stdio.h> #include "defs.h" #include "frame.h" #include "inferior.h" |