[commit: ghc] master: Remove use of -fno-asm-mangling flag; fixes #5134 (17b16ea)

Ian Lynagh igloo at earth.li
Wed Apr 20 02:51:50 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/17b16ea330efae9733bdf96e30b2759325f9c078

>---------------------------------------------------------------

commit 17b16ea330efae9733bdf96e30b2759325f9c078
Author: Ian Lynagh <igloo at earth.li>
Date:   Tue Apr 19 12:54:18 2011 +0100

    Remove use of -fno-asm-mangling flag; fixes #5134
    
    The flag no longer exists, but we always behave as if it had been used.

>---------------------------------------------------------------

 compiler/main/StaticFlagParser.hs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/compiler/main/StaticFlagParser.hs b/compiler/main/StaticFlagParser.hs
index 54f0a92..5767a52 100644
--- a/compiler/main/StaticFlagParser.hs
+++ b/compiler/main/StaticFlagParser.hs
@@ -210,7 +210,6 @@ unregFlags :: [Located String]
 unregFlags = map (mkGeneralLocated "in unregFlags")
    [ "-optc-DNO_REGS"
    , "-optc-DUSE_MINIINTERPRETER"
-   , "-fno-asm-mangling"
    , "-funregisterised" ]
 
 -----------------------------------------------------------------------------





More information about the Cvs-ghc mailing list