Add clflushopt, xsaves, xsavec, xrstors
[deliverable/binutils-gdb.git] / gas / dw2gencfi.c
index 85f2cbb01e73048202ff16dd1e7470996e3ac44d..faa8384d882f4eb60d984917c7dae3b78ff902b2 100644 (file)
@@ -86,7 +86,7 @@
 
 #if SUPPORT_FRAME_LINKONCE
 #define CUR_SEG(structp) structp->cur_seg
-#define SET_CUR_SEG(structp, seg) structp->cur_seg = seg 
+#define SET_CUR_SEG(structp, seg) structp->cur_seg = seg
 #define HANDLED(structp) structp->handled
 #define SET_HANDLED(structp, val) structp->handled = val
 #else
@@ -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.022917 seconds and 4 git commands to generate.