diff options
Diffstat (limited to 'gdb/vax-pinsn.c')
-rw-r--r-- | gdb/vax-pinsn.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/vax-pinsn.c b/gdb/vax-pinsn.c index a0f8e95..622bb8f 100644 --- a/gdb/vax-pinsn.c +++ b/gdb/vax-pinsn.c @@ -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 (); /* Print the vax instruction at address MEMADDR in debugged memory, |