* elf32-bfin.c (bfin_howto_table): Set src_mask to 0 for all relocs.
[deliverable/binutils-gdb.git] / gdb / mdebugread.h
index 6046f7e62c4589fa094176e774ad6b36a73e9d71..30b98d6206df6d9d7713a44519cbbbbb3de923cf 100644 (file)
@@ -34,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.024251 seconds and 4 git commands to generate.