From: wolfgang Date: Thu, 10 Feb 2005 03:08:26 +0000 (+0000) Subject: [project @ 2005-02-10 03:08:26 by wolfgang] X-Git-Tag: Initial_conversion_from_CVS_complete~1093 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=4bc080078789ccd9f1a139b5595d7cdabfb2b70c;ds=sidebyside [project @ 2005-02-10 03:08:26 by wolfgang] PowerPC: mangler trouble again --- diff --git a/ghc/driver/mangler/ghc-asm.lprl b/ghc/driver/mangler/ghc-asm.lprl index 5d5676c..d704f09 100644 --- a/ghc/driver/mangler/ghc-asm.lprl +++ b/ghc/driver/mangler/ghc-asm.lprl @@ -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";