summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1993-02-02 01:20:41 +0000
committerJohn Gilmore <gnu@cygnus>1993-02-02 01:20:41 +0000
commit118a1e4d1e4f6fb0a80573d0433d4f24dbfa0605 (patch)
tree3f7e1b104afe31f83db9115b9431e796276cfd32
parenta082325bd2660b06c46452bd9894258a55343288 (diff)
downloadbinutils-gdb-118a1e4d1e4f6fb0a80573d0433d4f24dbfa0605.tar.gz
Lint
-rw-r--r--gdb/i860-tdep.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/gdb/i860-tdep.c b/gdb/i860-tdep.c
index 702afaffb35..5b823efc396 100644
--- a/gdb/i860-tdep.c
+++ b/gdb/i860-tdep.c
@@ -25,12 +25,12 @@
#include "defs.h"
-#include "tm-i860.h"
#include "frame.h"
#include "inferior.h"
#include "obstack.h"
#include "symtab.h"
#include "value.h"
+#include "gdbcore.h"
#include "i860-opcode.h"
@@ -63,12 +63,7 @@
#include <libelf.h>
-extern int read_memory();
-extern int write_memory();
-extern int read_memory_integer();
extern int print_insn();
-extern void bzero();
-extern void bcopy();
int btdebug = 0; /* change value to 1 to enable debugging code */
int ansi_conformant;