[project @ 2005-02-10 07:01:45 by wolfgang]
[ghc-hetmet.git] / 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.