aboutsummaryrefslogtreecommitdiff
path: root/binutils/i960-pinsn.c
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1991-12-08 01:14:09 +0000
committerSteve Chamberlain <sac@cygnus>1991-12-08 01:14:09 +0000
commit5a77e9160f24a84e80a4606dbe2e8b2ee09f0a6d (patch)
tree5d121b9a2f52d3bef7e3df1079a4bd5846681b93 /binutils/i960-pinsn.c
parent381ed933d335d95296e99d17a5411fba85628063 (diff)
downloadgdb-5a77e9160f24a84e80a4606dbe2e8b2ee09f0a6d.zip
gdb-5a77e9160f24a84e80a4606dbe2e8b2ee09f0a6d.tar.gz
gdb-5a77e9160f24a84e80a4606dbe2e8b2ee09f0a6d.tar.bz2
* bucomm.h: created to hold prototypes of bucomm.c
* objdump.h: created to hold prototyes of objdump.c * am29k-pinsn.c: include objdump.h * ar.c: include bucomm.h, get ar.h from the right place and include libbfd.h * bucomm.c: defunize bfd_fatal * copy.c: include bucomm.h, lint. * i960-pinsn.h: include bucomm.h * m68k-pinsn.h: lint * nm.c: include bucomm.h, lint * objdump.c: lint * sparc-pinsn.c: include objdump.h
Diffstat (limited to 'binutils/i960-pinsn.c')
-rw-r--r--binutils/i960-pinsn.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/binutils/i960-pinsn.c b/binutils/i960-pinsn.c
index 4894c06..2a6cafa 100644
--- a/binutils/i960-pinsn.c
+++ b/binutils/i960-pinsn.c
@@ -21,9 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "bfd.h"
#include "sysdep.h"
-
-extern char *xmalloc();
-extern int fputs();
+#include "bucomm.h"
static char *reg_names[] = {
/* 0 */ "pfp", "sp", "rip", "r3", "r4", "r5", "r6", "r7",