From: wolfgang Date: Thu, 10 Feb 2005 07:01:45 +0000 (+0000) Subject: [project @ 2005-02-10 07:01:45 by wolfgang] X-Git-Tag: Initial_conversion_from_CVS_complete~1090 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=5c26ae929ebdf93b0a7d4b153805ad3118256344;ds=sidebyside [project @ 2005-02-10 07:01:45 by wolfgang] Fix previous commit. Got distracted, thought I had already tested. --- diff --git a/ghc/driver/mangler/ghc-asm.lprl b/ghc/driver/mangler/ghc-asm.lprl index 25c9b17..6e29279 100644 --- a/ghc/driver/mangler/ghc-asm.lprl +++ b/ghc/driver/mangler/ghc-asm.lprl @@ -533,7 +533,7 @@ sub mangle_asm { $chksymb[$i] = ''; } elsif ( $TargetPlatform =~ /-darwin/ && (/^\s*\.subsections_via_symbols/ - ||/^\s*\.no_dead_strip.*/) { + ||/^\s*\.no_dead_strip.*/)) { # Don't allow Apple's linker to do any dead-stripping of symbols # in this file, because it will mess up info-tables in mangled # code.