[project @ 2005-02-10 03:08:26 by wolfgang]
authorwolfgang <unknown>
Thu, 10 Feb 2005 03:08:26 +0000 (03:08 +0000)
committerwolfgang <unknown>
Thu, 10 Feb 2005 03:08:26 +0000 (03:08 +0000)
PowerPC: mangler trouble again

ghc/driver/mangler/ghc-asm.lprl

index 5d5676c..d704f09 100644 (file)
@@ -1229,7 +1229,7 @@ sub mangle_asm {
                                push(@o,$l);
                                next;
                            }
-                           next if $l =~ /^\s*\..*$symb.*\n/;
+                            next if $l =~ /^\s*\..*$symb.*\n?/;
                            push(@o,$l);
                        }
                        $c = join("\n",@o) . "\n";