gas/
[deliverable/binutils-gdb.git] / gas / subsegs.h
index f95028509b657f0511d7d4ba10570dd59718f309..54a5a6ab2cc67e564a447b76965a8b365d697847 100644 (file)
@@ -40,6 +40,8 @@
 
 #include "obstack.h"
 
+struct frch_cfi_data;
+
 struct frchain                 /* control building of a frag chain */
 {                              /* FRCH = FRagment CHain control */
   struct frag *frch_root;      /* 1st struct frag in chain, or NULL */
@@ -50,6 +52,7 @@ struct frchain                        /* control building of a frag chain */
   fixS *fix_tail;              /* Last fixup for this subsegment.  */
   struct obstack frch_obstack; /* for objects in this frag chain */
   fragS *frch_frag_now;                /* frag_now for this subsegment */
+  struct frch_cfi_data *frch_cfi_data;
 };
 
 typedef struct frchain frchainS;
This page took 0.023328 seconds and 4 git commands to generate.