summaryrefslogtreecommitdiff
path: root/gdb/hppa-coredep.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-06-25 11:15:47 +0000
committerJohn Gilmore <gnu@cygnus>1992-06-25 11:15:47 +0000
commit5140562f3754c1898439e3b75418ad4a3226d45f (patch)
treeded5cf584d030e2e96145c98396942923e467562 /gdb/hppa-coredep.c
parent4d38b5a85af73d950c9600073d1057a469da9b18 (diff)
downloadbinutils-gdb-5140562f3754c1898439e3b75418ad4a3226d45f.tar.gz
* tm-hppa.h: New file, architectural definition of HP PA.
* tm-hppabsd.h, tm-hppahpux.h: Shrink to deltas from tm-hppa.h. * am29k-pinsn.c, am29k-tdep.c, copying.awk, copying.c, hppa-coredep.c, hppa-pinsn.c, hppabsd-core.c, hppabsd-tdep.c, hppabsd-xdep.c, hppahpux-tdep.c, hppahpux-xdep.c, remote-udi.c, ser-go32.c, xcoffsolib.c: Remove <stdio.h> which is already in "defs.h". * hppa-coredep.c, hppa-pinsn.c, hppabsd-core.c, hppabsd-tdep.c, hppabsd-xdep.c, hppahpux-tdep.c, hppahpux-xdep.c, xcoffsolib.c, xcoffsolib.h, xm-go32.h, xm-hppabsd.h, xm-hppahpux.h: Copyrights.
Diffstat (limited to 'gdb/hppa-coredep.c')
-rw-r--r--gdb/hppa-coredep.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/hppa-coredep.c b/gdb/hppa-coredep.c
index 7e1031e49f3..56bb2d5b49c 100644
--- a/gdb/hppa-coredep.c
+++ b/gdb/hppa-coredep.c
@@ -1,5 +1,5 @@
-/* Extract registers from a "standard" core file, for GDB.
- Copyright (C) 1988-1991 Free Software Foundation, Inc.
+/* Extract registers from an HP-PA core file, for GDB.
+ Copyright (C) 1988, 1991, 1992 Free Software Foundation, Inc.
This file is part of GDB.
@@ -22,9 +22,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "defs.h"
#include "gdbcore.h"
-#include <stdio.h>
/* These are needed on various systems to expand REGISTER_U_ADDR. */
+/* FIXME: Remove any not needed on HP-PA. */
#include <sys/types.h>
#include <sys/param.h>
#include <sys/dir.h>