* breakpoint.c, breakpoint.h (breakpoint_init_inferior): New function
[deliverable/binutils-gdb.git] / gdb / ns32k-pinsn.c
index 8cb24823eed04c52c6bd6a3c19d007df944a9128..1680d87a8da640e9da2f7b974f1bdc407413cd7b 100644 (file)
@@ -1,5 +1,5 @@
-/* Print 32000 instructions for GDB, the GNU debugger.
-   Copyright (C) 1986,1988 Free Software Foundation, Inc.
+/* Print National Semiconductor 32000 instructions for GDB, the GNU debugger.
+   Copyright 1986, 1988, 1991, 1992 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -17,10 +17,7 @@ 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 "param.h"
 #include "symtab.h"
 #include "ns32k-opcode.h"
 #include "gdbcore.h"
@@ -31,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   '|'
 
 /*
@@ -232,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.024645 seconds and 4 git commands to generate.