Minor bug fixes from last big checkin.
[deliverable/binutils-gdb.git] / gdb / vax-pinsn.c
index a0f8e9549e1a417d70c08a6ea2b3185eae1e53e0..622bb8f9f7a21791e5d3b71cd69d3b80a5f4e28d 100644 (file)
@@ -1,5 +1,5 @@
 /* Print VAX instructions for GDB, the GNU debugger.
-   Copyright 1986, 1989, 1991 Free Software Foundation, Inc.
+   Copyright 1986, 1989, 1991, 1992 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -27,8 +27,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 ();
 \f
 /* Print the vax instruction at address MEMADDR in debugged memory,
This page took 0.024337 seconds and 4 git commands to generate.