aboutsummaryrefslogtreecommitdiff
path: root/gdb/i860-pinsn.c
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-07-31 23:17:54 +0000
committerFred Fish <fnf@specifix.com>1992-07-31 23:17:54 +0000
commit672786833c63ec2f9504a7eb0a75d99f0617c7b2 (patch)
tree6646e9d1df6389f2272327eb4d69abcfccd58c5a /gdb/i860-pinsn.c
parent14f1fc24fab58318fd104cafb548269bec0f8650 (diff)
downloadgdb-672786833c63ec2f9504a7eb0a75d99f0617c7b2.zip
gdb-672786833c63ec2f9504a7eb0a75d99f0617c7b2.tar.gz
gdb-672786833c63ec2f9504a7eb0a75d99f0617c7b2.tar.bz2
Update cygnus copies of currently undistributed i860 files maintained by
Peggy Fieland at stratus.com.
Diffstat (limited to 'gdb/i860-pinsn.c')
-rw-r--r--gdb/i860-pinsn.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/gdb/i860-pinsn.c b/gdb/i860-pinsn.c
index fd03c56..c287127 100644
--- a/gdb/i860-pinsn.c
+++ b/gdb/i860-pinsn.c
@@ -1,7 +1,6 @@
/* Print i860 instructions for GDB, the GNU debugger.
- Copyright status of this module is unclear!!!
- Copyright (C) 1992 Free Software Foundation, Inc.
- SVR4 changes Contributed by Peggy Fieland (pfieland@stratus.com)
+ Copyright (C) 1986, 1987 Free Software Foundation, Inc.
+ Contributed by Michael Tiemann (tiemann@mcc.com)
GDB is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY. No author or distributor accepts responsibility to anyone
@@ -20,6 +19,8 @@ In other words, go ahead and share GDB, but don't try to stop
anyone else from sharing it farther. Help stamp out software hoarding!
*/
+#include <stdio.h>
+
#include "defs.h"
#include "tm-i860.h"
#include "i860-opcode.h"
@@ -655,5 +656,3 @@ ctrl_a(name, insn, memaddr, stream)
print_address ((CORE_ADDR) (memaddr + 4 + offset), stream);
}
-
-