gas/
[deliverable/binutils-gdb.git] / gas / write.h
index fd21a094350e24e1c7a733a3ee17262e2817d656..6e691a22a354e56de5597f94ab0d4f4956c63ea1 100644 (file)
@@ -126,6 +126,10 @@ struct fix
     const struct cgen_insn *insn;
     /* Target specific data, usually reloc number.  */
     int opinfo;
+    /* Which ifield this fixup applies to. */
+    struct cgen_maybe_multi_ifield * field;
+    /* is this field is the MSB field in a set? */
+    int msb_field_p;
   } fx_cgen;
 #endif
 
This page took 0.023506 seconds and 4 git commands to generate.