Fiz i386-iaout breakage introduced by last patch.
This commit is contained in:
Alan Modra 1999-05-24 18:25:27 +00:00
parent 40c62b2548
commit e1b283bbb7

View file

@ -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.