summaryrefslogtreecommitdiff
path: root/ghc/driver
diff options
context:
space:
mode:
authorwolfgang <unknown>2005-02-10 03:08:26 +0000
committerwolfgang <unknown>2005-02-10 03:08:26 +0000
commit4bc080078789ccd9f1a139b5595d7cdabfb2b70c (patch)
tree64adb85ffe13fc210399857fbae00c5ff0fe80d0 /ghc/driver
parent1215d238750d05f2136502176a781b1e9c8f1983 (diff)
downloadhaskell-4bc080078789ccd9f1a139b5595d7cdabfb2b70c.tar.gz
[project @ 2005-02-10 03:08:26 by wolfgang]
PowerPC: mangler trouble again
Diffstat (limited to 'ghc/driver')
-rw-r--r--ghc/driver/mangler/ghc-asm.lprl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/driver/mangler/ghc-asm.lprl b/ghc/driver/mangler/ghc-asm.lprl
index 5d5676cfd8..d704f09db6 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";