X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FLinker.c;h=96b06c7b7d880ee51a671060723bdc42d716ce4d;hb=a8f29216ea1f681b89fa4f55e00e404c6b0b2417;hp=e95162858a2d5fb30066d508388c1c77afeae99c;hpb=556b2bf7cdec832215a0b0843175548b07114a8a;p=ghc-hetmet.git diff --git a/rts/Linker.c b/rts/Linker.c index e951628..96b06c7 100644 --- a/rts/Linker.c +++ b/rts/Linker.c @@ -4278,7 +4278,8 @@ static int relocateSection( else if(scat->r_type == PPC_RELOC_SECTDIFF || scat->r_type == PPC_RELOC_LO16_SECTDIFF || scat->r_type == PPC_RELOC_HI16_SECTDIFF - || scat->r_type == PPC_RELOC_HA16_SECTDIFF) + || scat->r_type == PPC_RELOC_HA16_SECTDIFF + || scat->r_type == PPC_RELOC_LOCAL_SECTDIFF) #else else if(scat->r_type == GENERIC_RELOC_SECTDIFF || scat->r_type == GENERIC_RELOC_LOCAL_SECTDIFF)