Rejig TABLES_NEXT_TO_CODE: the -unreg flag was broken by earlier changes
authorSimon Marlow <simonmar@microsoft.com>
Tue, 17 Oct 2006 09:44:35 +0000 (09:44 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 17 Oct 2006 09:44:35 +0000 (09:44 +0000)
commit80564ddc183ea98856994112858f0b9f3e178f94
treeb7ec4ba800d4f92fc3bb16fdd4d7049687ded56b
parentf1842cac3b167b4597b4708aaf4a8392834aa06d
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.
compiler/Makefile
compiler/cmm/CmmOpt.hs
compiler/codeGen/CgInfoTbls.hs
compiler/codeGen/SMRep.lhs
compiler/ghci/ByteCodeItbls.lhs
compiler/main/StaticFlags.hs
includes/Makefile
mk/config.mk.in
rts/Makefile