]> gitweb @ CieloNegro.org - pkgsrc-ghc.git/blob - patches/patch-ag
upstream update of DESCR
[pkgsrc-ghc.git] / patches / patch-ag
1 $NetBSD$
2
3 --- rts/Linker.c.orig   2010-04-20 18:10:07.000000000 +0000
4 +++ rts/Linker.c
5 @@ -4122,7 +4122,8 @@ static int relocateSection(
6                     else if(scat->r_type == PPC_RELOC_SECTDIFF
7                         || scat->r_type == PPC_RELOC_LO16_SECTDIFF
8                         || scat->r_type == PPC_RELOC_HI16_SECTDIFF
9 -                       || scat->r_type == PPC_RELOC_HA16_SECTDIFF)
10 +                       || scat->r_type == PPC_RELOC_HA16_SECTDIFF
11 +                       || scat->r_type == PPC_RELOC_LOCAL_SECTDIFF)
12  #else
13                      else if(scat->r_type == GENERIC_RELOC_SECTDIFF
14                          || scat->r_type == GENERIC_RELOC_LOCAL_SECTDIFF)