aboutsummaryrefslogtreecommitdiff
path: root/gdb/vax-pinsn.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-06-13 06:08:09 +0000
committerJohn Gilmore <gnu@cygnus>1992-06-13 06:08:09 +0000
commit609f87d4c94e0a0f897727701ede20f46af7fa1b (patch)
tree9e5624918fb674d468046bacaf10e444b607e5ca /gdb/vax-pinsn.c
parent4ae6ed3a9e45fc931575f406299ef5b1b0627bdb (diff)
downloadfsf-binutils-gdb-609f87d4c94e0a0f897727701ede20f46af7fa1b.zip
fsf-binutils-gdb-609f87d4c94e0a0f897727701ede20f46af7fa1b.tar.gz
fsf-binutils-gdb-609f87d4c94e0a0f897727701ede20f46af7fa1b.tar.bz2
Remove reg_names decl (now in defs.h).
Diffstat (limited to 'gdb/vax-pinsn.c')
-rw-r--r--gdb/vax-pinsn.c4
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,