From: Alan Modra Date: Mon, 24 May 1999 18:25:27 +0000 (+0000) Subject: ÿ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e1b283bbb7a3ff7364c7100bf7ac975155d16121;p=binutils-gdb.git ÿ Fiz i386-iaout breakage introduced by last patch. --- diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 2108b142091..b06298ee8a2 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -3906,6 +3906,7 @@ md_apply_fix3 (fixP, valp, seg) register char *p = fixP->fx_where + fixP->fx_frag->fr_literal; valueT value = *valp; +#if defined (BFD_ASSEMBLER) && !defined (TE_Mach) if (fixP->fx_pcrel) { switch (fixP->fx_r_type) @@ -3922,7 +3923,6 @@ md_apply_fix3 (fixP, valp, seg) } } -#if defined (BFD_ASSEMBLER) && !defined (TE_Mach) /* * This is a hack. There should be a better way to * handle this.