Lint
authorJohn Gilmore <gnu@cygnus>
Tue, 2 Feb 1993 01:20:41 +0000 (01:20 +0000)
committerJohn Gilmore <gnu@cygnus>
Tue, 2 Feb 1993 01:20:41 +0000 (01:20 +0000)
gdb/i860-tdep.c

index 702afaffb356c5bf59b76d3402ffe64b5827aa74..5b823efc396f60e4feda0d874e939cb4b1a69f20 100644 (file)
 
 
 #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"
 
 #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;
This page took 0.025931 seconds and 4 git commands to generate.