patch applied (ghc): Rejig TABLES_NEXT_TO_CODE: the -unreg flag was
broken by earlier changes
Simon Marlow
simonmar at microsoft.com
Tue Oct 17 08:54:50 EDT 2006
Tue Oct 17 02:44:35 PDT 2006 Simon Marlow <simonmar at microsoft.com>
* Rejig TABLES_NEXT_TO_CODE: the -unreg flag was broken by earlier changes
A GHC binary can generally build either registerised or unregisterised
code, unless it is unregisterised only.
The previous changes broke this, but I think I've now restored it.
M ./compiler/Makefile -4 +7
M ./compiler/cmm/CmmOpt.hs +1
M ./compiler/codeGen/CgInfoTbls.hs -6 +7
M ./compiler/codeGen/SMRep.lhs -11
M ./compiler/ghci/ByteCodeItbls.lhs -13 +13
M ./compiler/main/StaticFlags.hs -3 +16
M ./includes/Makefile -7 +3
M ./mk/config.mk.in -14 +8
M ./rts/Makefile -5
More information about the Cvs-ghc
mailing list