simonmar 2005/03/21 02:50:36 PST
Modified files:
ghc/compiler/cmm PprC.hs
ghc/compiler/codeGen CodeGen.lhs
ghc/compiler/main CodeOutput.lhs DriverMkDepend.hs
DriverPipeline.hs DynFlags.hs
StaticFlags.hs SysTools.lhs
ghc/compiler/nativeGen AsmCodeGen.lhs
ghc/compiler/utils Util.lhs
Log:
Complete the transition of -split-objs into a dynamic flag (looks like I
half-finished it in the last commit).
Also: complete the transition of -tmpdir into a dynamic flag, which
involves some rearrangement of code from SysTools into DynFlags.
Someday, initSysTools should move wholesale into initDynFlags, because
most of the state that it initialises is now part of the DynFlags
structure, and the rest could be moved in easily.
Revision Changes Path
1.14 +13 -11 fptools/ghc/compiler/cmm/PprC.hs
1.65 +7 -7 fptools/ghc/compiler/codeGen/CodeGen.lhs
1.59 +1 -1 fptools/ghc/compiler/main/CodeOutput.lhs
1.44 +1 -1 fptools/ghc/compiler/main/DriverMkDepend.hs
1.189 +2 -2 fptools/ghc/compiler/main/DriverPipeline.hs
1.2 +61 -4 fptools/ghc/compiler/main/DynFlags.hs
1.2 +0 -26 fptools/ghc/compiler/main/StaticFlags.hs
1.127 +17 -97 fptools/ghc/compiler/main/SysTools.lhs
1.68 +3 -3 fptools/ghc/compiler/nativeGen/AsmCodeGen.lhs
1.74 +36 -0 fptools/ghc/compiler/utils/Util.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc