From 5b12314664a12ac72194c31c1eb431637565cf1d Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 31 Oct 2004 03:42:52 +0000 Subject: 2004-10-30 Andrew Cagney * objfiles.c: Include "mdebugread.h". * mdebugread.c: Include "mdebugread.h". (ecoff_relocate_cfi): Delete. * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete. * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete. * mdebugread.h (ecoff_relocate_efi): New file. * Makefile.in: Update dependencies. --- gdb/mdebugread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/mdebugread.c') diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index a930dbe..009430c 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -56,13 +56,13 @@ #include "gdb_assert.h" #include "block.h" #include "dictionary.h" +#include "mdebugread.h" /* These are needed if the tm.h file does not contain the necessary mips specific definitions. */ #ifndef MDEBUG_EFI_SYMBOL_NAME #define MDEBUG_EFI_SYMBOL_NAME "__GDB_EFI_INFO__" -extern void ecoff_relocate_efi (struct symbol *, CORE_ADDR); #include "coff/sym.h" #include "coff/symconst.h" struct mdebug_extra_func_info -- cgit v1.1