2005-01-15 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / mdebugread.h
index 25b7beef13ee90729745b1831a196ccf8953a7fe..30b98d6206df6d9d7713a44519cbbbbb3de923cf 100644 (file)
@@ -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.  */
 
@@ -36,4 +34,9 @@ struct mdebug_extra_func_info
   PDR pdr;                     /* Procedure descriptor record */
 };
 
+/* Special symbol found in blocks associated with routines.  We can
+   hang mdebug_extra_func_info's off of this.  */
+
+#define MDEBUG_EFI_SYMBOL_NAME "__GDB_EFI_INFO__"
+
 #endif /* MDEBUGREAD_H */
This page took 0.023685 seconds and 4 git commands to generate.