From: wolfgang Date: Sun, 8 Dec 2002 14:28:15 +0000 (+0000) Subject: [project @ 2002-12-08 14:28:15 by wolfgang] X-Git-Tag: Approx_11550_changesets_converted~1382 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e97a79968402576949aac178c514d09edf2fb739;p=ghc-hetmet.git [project @ 2002-12-08 14:28:15 by wolfgang] Mac OS X: fix a small bug that caused trouble with object splitting --- diff --git a/ghc/driver/mangler/ghc-asm.lprl b/ghc/driver/mangler/ghc-asm.lprl index 92feae1..8cf2b86 100644 --- a/ghc/driver/mangler/ghc-asm.lprl +++ b/ghc/driver/mangler/ghc-asm.lprl @@ -899,7 +899,7 @@ sub mangle_asm { # blah_closure: # ... # - if ( $TargetPlatform =~ /^(i386|sparc)/ && $to_move =~ /${T_COPY_DIRVS}/ ) { + if ( $TargetPlatform =~ /^(i386|sparc|powerpc)/ && $to_move =~ /${T_COPY_DIRVS}/ ) { $j = $i + 1; while ( $j < $numchks && $chk[$j] =~ /$T_CONST_LBL/) { $j++;