bfd/ChangeLog:
[deliverable/binutils-gdb.git] / gas / dw2gencfi.h
index 0226cdd388eb2ef450daf3a30d86f93e761aed79..7f834966b90e08c554f2dac87fa8db18d77a8f3a 100644 (file)
@@ -118,6 +118,9 @@ struct fde_entry
 #endif
 };
 
+/* The list of all FDEs that have been collected.  */
+extern struct fde_entry *all_fde_data;
+
 /* Fake CFI type; outside the byte range of any real CFI insn.  */
 #define CFI_adjust_cfa_offset  0x100
 #define CFI_return_column      0x101
This page took 0.033364 seconds and 4 git commands to generate.