* config/tc-ppc.c (md_apply_fix): Fix xcoff build breakage from

last patch.
This commit is contained in:
Alan Modra 2012-11-06 03:20:31 +00:00
parent 9798e45d7e
commit 1ec2d25ebf
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2012-11-06 Alan Modra <amodra@gmail.com>
* config/tc-ppc.c (md_apply_fix): Fix xcoff build breakage from
last patch.
2012-11-05 Sean Keys <skeys@ipdatasys.com>
* config/tc-xgate.c: Remove bogus use of <fx_pcrel_adjust>.

View file

@ -6360,10 +6360,12 @@ md_apply_fix (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED)
fieldval = value;
switch (fixP->fx_r_type)
{
#ifdef OBJ_ELF
case BFD_RELOC_PPC64_ADDR16_LO_DS:
if (fixP->fx_pcrel)
goto bad_pcrel;
/* fall through */
#endif
case BFD_RELOC_LO16:
if (fixP->fx_pcrel)
fixP->fx_r_type = BFD_RELOC_LO16_PCREL;