summaryrefslogtreecommitdiff
path: root/gdb/mdebugread.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-10-31 17:48:17 +0000
committerAndrew Cagney <cagney@redhat.com>2004-10-31 17:48:17 +0000
commit6961cfcbf8c276eb97eefb729f1ab748bdccb396 (patch)
tree70bf7a7bc14e1495f3b00f5d76d68a8be671c726 /gdb/mdebugread.h
parent8ca9c7299bd2da06ee195882fc138b016fbbe92e (diff)
downloadgdb-6961cfcbf8c276eb97eefb729f1ab748bdccb396.tar.gz
2004-10-31 Andrew Cagney <cagney@gnu.org>
* mdebugread.h (ecoff_relocate_efi): Delete declaration. * mdebugread.c (ecoff_relocate_efi): Delete function. * objfiles.c (objfile_relocate): Delete #ifdef MDEBUG_EFI_SYMBOL_NAME code.
Diffstat (limited to 'gdb/mdebugread.h')
-rw-r--r--gdb/mdebugread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/mdebugread.h b/gdb/mdebugread.h
index 25b7beef13e..6046f7e62c4 100644
--- a/gdb/mdebugread.h
+++ b/gdb/mdebugread.h
@@ -25,8 +25,6 @@
#include "coff/sym.h" /* Needed for PDR below. */
#include "coff/symconst.h"
-extern void ecoff_relocate_efi (struct symbol *, CORE_ADDR);
-
/* Specific information about a procedure. Architectures (ab)uses
this to save memory. */