[project @ 2005-02-10 07:01:45 by wolfgang]
authorwolfgang <unknown>
Thu, 10 Feb 2005 07:01:45 +0000 (07:01 +0000)
committerwolfgang <unknown>
Thu, 10 Feb 2005 07:01:45 +0000 (07:01 +0000)
Fix previous commit. Got distracted, thought I had already tested.

ghc/driver/mangler/ghc-asm.lprl

index 25c9b17..6e29279 100644 (file)
@@ -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.