summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/gas/write.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-05-12 23:15:20 +0000
committerobrien <obrien@FreeBSD.org>2000-05-12 23:15:20 +0000
commit2a9ea95d682586d2b0c31da28d82a73d786c7c0a (patch)
tree9d4ce42d357c391a11d77254b770908c02ecf672 /contrib/binutils/gas/write.h
parentbffe850874e72664f78cf171ab1c4339b9b63cab (diff)
downloadFreeBSD-src-2a9ea95d682586d2b0c31da28d82a73d786c7c0a.zip
FreeBSD-src-2a9ea95d682586d2b0c31da28d82a73d786c7c0a.tar.gz
Import of Binutils 2.10 snapshot.
Diffstat (limited to 'contrib/binutils/gas/write.h')
-rw-r--r--contrib/binutils/gas/write.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/binutils/gas/write.h b/contrib/binutils/gas/write.h
index 8fd1411..186d2ad 100644
--- a/contrib/binutils/gas/write.h
+++ b/contrib/binutils/gas/write.h
@@ -18,6 +18,9 @@
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
+#ifndef __write_h__
+#define __write_h__
+
#ifndef TC_I960
#ifdef hpux
#define EXEC_MACHINE_TYPE HP9000S200_ID
@@ -135,6 +138,15 @@ struct fix
char *fx_file;
unsigned fx_line;
+#ifdef USING_CGEN
+ struct {
+ /* CGEN_INSN entry for this instruction. */
+ const struct cgen_insn *insn;
+ /* Target specific data, usually reloc number. */
+ int opinfo;
+ } fx_cgen;
+#endif
+
#ifdef TC_FIX_TYPE
/* Location where a backend can attach additional data
needed to perform fixups. */
@@ -192,4 +204,5 @@ extern fixS *fix_new_exp
extern void write_print_statistics PARAMS ((FILE *));
+#endif /* __write_h__ */
/* end of write.h */
OpenPOWER on IntegriCloud