summaryrefslogtreecommitdiff
path: root/gas/write.h
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2007-02-05 20:10:25 +0000
committerDave Brolley <brolley@redhat.com>2007-02-05 20:10:25 +0000
commit21971afd3a2cea62f4a2b4758955a87326d87dab (patch)
treebe882d36f84bddcf0c8a86265c0e77e965344cb7 /gas/write.h
parent00c2235b1b3d7f622b9bf375fde441607b473ef9 (diff)
downloadbinutils-redhat-21971afd3a2cea62f4a2b4758955a87326d87dab.tar.gz
Support for Toshiba MeP and for complex relocations.
Diffstat (limited to 'gas/write.h')
-rw-r--r--gas/write.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/write.h b/gas/write.h
index fd21a09435..6e691a22a3 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