[project @ 2005-03-21 10:50:22 by simonmar]
authorsimonmar <unknown>
Mon, 21 Mar 2005 10:50:34 +0000 (10:50 +0000)
committersimonmar <unknown>
Mon, 21 Mar 2005 10:50:34 +0000 (10:50 +0000)
commit50159f6c4a3560662e37c55e64af1fb0b685011e
treeb2480dbca15f7825f885c8b5bbefeac00fc22bb8
parentcbe4c3a7cc2b1e627b308aff520a9f354f7a730b
[project @ 2005-03-21 10:50:22 by simonmar]
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.
ghc/compiler/cmm/PprC.hs
ghc/compiler/codeGen/CodeGen.lhs
ghc/compiler/main/CodeOutput.lhs
ghc/compiler/main/DriverMkDepend.hs
ghc/compiler/main/DriverPipeline.hs
ghc/compiler/main/DynFlags.hs
ghc/compiler/main/StaticFlags.hs
ghc/compiler/main/SysTools.lhs
ghc/compiler/nativeGen/AsmCodeGen.lhs
ghc/compiler/utils/Util.lhs