* value.c (show_convenience): Tweak comment.
[deliverable/binutils-gdb.git] / gas / dw2gencfi.c
index 85f2cbb01e73048202ff16dd1e7470996e3ac44d..163b8dea74f4b0e26c132f0546b0398053158e5e 100644 (file)
@@ -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.022648 seconds and 4 git commands to generate.