diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-10-31 03:42:52 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-10-31 03:42:52 +0000 |
commit | 5b12314664a12ac72194c31c1eb431637565cf1d (patch) | |
tree | 7fd5fc5b80e05a721ab2f7aea51df12bd6d14735 /gdb/mdebugread.c | |
parent | b9c3a7debd882773c7228366fb528db51a4fcb35 (diff) | |
download | gdb-5b12314664a12ac72194c31c1eb431637565cf1d.zip gdb-5b12314664a12ac72194c31c1eb431637565cf1d.tar.gz gdb-5b12314664a12ac72194c31c1eb431637565cf1d.tar.bz2 |
2004-10-30 Andrew Cagney <cagney@gnu.org>
* 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.
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r-- | gdb/mdebugread.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |