diff options
Diffstat (limited to 'gas/write.h')
-rw-r--r-- | gas/write.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/write.h b/gas/write.h index fd21a09..6e691a2 100644 --- a/gas/write.h +++ b/gas/write.h @@ -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 |