daily update
[deliverable/binutils-gdb.git] / gas / dw2gencfi.c
index c35240bb3555d34c676389fa11d5a394ba9839e7..163b8dea74f4b0e26c132f0546b0398053158e5e 100644 (file)
@@ -73,7 +73,7 @@
 #endif
 
 #ifndef tc_cfi_endproc
-# define tc_cfi_endproc(fde) ((void)0)
+# define tc_cfi_endproc(fde) ((void) (fde))
 #endif
 
 #ifndef DWARF2_FORMAT
@@ -287,7 +287,7 @@ struct cie_entry
 
 /* List of FDE entries.  */
 
-static struct fde_entry *all_fde_data;
+struct fde_entry *all_fde_data;
 static struct fde_entry **last_fde_data = &all_fde_data;
 
 /* List of CIEs so that they could be reused.  */
This page took 0.022907 seconds and 4 git commands to generate.