From 5c26ae929ebdf93b0a7d4b153805ad3118256344 Mon Sep 17 00:00:00 2001 From: wolfgang Date: Thu, 10 Feb 2005 07:01:45 +0000 Subject: [PATCH] [project @ 2005-02-10 07:01:45 by wolfgang] Fix previous commit. Got distracted, thought I had already tested. --- ghc/driver/mangler/ghc-asm.lprl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/driver/mangler/ghc-asm.lprl b/ghc/driver/mangler/ghc-asm.lprl index 25c9b17..6e29279 100644 --- a/ghc/driver/mangler/ghc-asm.lprl +++ b/ghc/driver/mangler/ghc-asm.lprl @@ -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. -- 1.7.10.4