A ton of changes to improve C++ debugging. See ChangeLog.
[deliverable/binutils-gdb.git] / gdb / i860-pinsn.c
index fd03c56b8ab432a16641c6e9c091f3f96c0ac805..c28712717238684f07850d36a8c6cc065c68c3cc 100644 (file)
@@ -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);
 }
-
-
This page took 0.023102 seconds and 4 git commands to generate.