aboutsummaryrefslogtreecommitdiff
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
commit280d71bf40a544853567763c706e03334d6fd950 (patch)
treebba086524f3234ef357fe8beb0ce2d80a3aa8af4 /gas/write.h
parentbd2f2e55ad54541340e5ea415f1aba65aa80717e (diff)
downloadgdb-280d71bf40a544853567763c706e03334d6fd950.zip
gdb-280d71bf40a544853567763c706e03334d6fd950.tar.gz
gdb-280d71bf40a544853567763c706e03334d6fd950.tar.bz2
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 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