From 2a9ea95d682586d2b0c31da28d82a73d786c7c0a Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 12 May 2000 23:15:20 +0000 Subject: Import of Binutils 2.10 snapshot. --- contrib/binutils/gas/write.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'contrib/binutils/gas/write.h') 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 */ -- cgit v1.1