use remote-utils facilities for baud_rate
[deliverable/binutils-gdb.git] / gdb / tahoe-pinsn.c
index 9c2efca0932a124e0dd3747ff8f01a62c9d60b4a..92b0ceb7cd388055d1292b84b4b5181253963dd5 100644 (file)
@@ -1,5 +1,5 @@
 /* Print instructions for Tahoe target machines, for GDB.
-   Copyright 1986, 1989, 1991 Free Software Foundation, Inc.
+   Copyright 1986, 1989, 1991, 1992 Free Software Foundation, Inc.
    Contributed by the State University of New York at Buffalo, by the
    Distributed Computer Systems Lab, Department of Computer Science, 1991.
 
@@ -19,7 +19,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 "symtab.h"
 #include "opcode/tahoe.h"
@@ -30,8 +29,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Number of elements in the opcode table.  */
 #define NOPCODES (sizeof votstrs / sizeof votstrs[0])
 
-extern char *reg_names[];
-
 static unsigned char *print_insn_arg ();
 
 /* Print the Tahoe instruction at address MEMADDR in debugged memory,
This page took 0.023627 seconds and 4 git commands to generate.