* target.h: Add enum target_waitkind, enum target_signal, and
[deliverable/binutils-gdb.git] / gdb / ns32k-pinsn.c
index 2ce903ac4e5c0c91d4b21d9286ccb6cc5f320184..1680d87a8da640e9da2f7b974f1bdc407413cd7b 100644 (file)
@@ -1,5 +1,5 @@
 /* Print National Semiconductor 32000 instructions for GDB, the GNU debugger.
-   Copyright 1986, 1988, 1991 Free Software Foundation, Inc.
+   Copyright 1986, 1988, 1991, 1992 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -28,8 +28,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Number of elements in the opcode table.  */
 #define NOPCODES (sizeof notstrs / sizeof notstrs[0])
 
-extern char *reg_names[];
-
 #define NEXT_IS_ADDR   '|'
 
 /*
@@ -229,7 +227,7 @@ print_insn (memaddr, stream)
       for (argnum = 0; argnum <= maxarg; argnum++)
        {
          CORE_ADDR addr;
-         char *ch, *index ();
+         char *ch;
          for (ch = arg_bufs[argnum]; *ch;)
            {
              if (*ch == NEXT_IS_ADDR)
This page took 0.022848 seconds and 4 git commands to generate.