Partially fix GHCi when unregisterised
authorIan Lynagh <igloo@earth.li>
Thu, 12 Oct 2006 01:39:01 +0000 (01:39 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 12 Oct 2006 01:39:01 +0000 (01:39 +0000)
commit8c2549461d624ad5cfec9be3266bdfd016371658
tree3e4b0c8f4cdf6eabc6b70091bf42cb8f8e800be1
parentab22f4e6456820c1b5169d75f5975a94e61f54ce
Partially fix GHCi when unregisterised
We were constructing info tables designed for TABLES_NEXT_TO_CODE,
but were building without TABLES_NEXT_TO_CODE.

This patch also fixes a bug when we are unregisterised on amd64 and
have code with an address above 2^32.
compiler/Makefile
compiler/codeGen/CgInfoTbls.hs
compiler/ghci/ByteCodeItbls.lhs
includes/Makefile
includes/RtsConfig.h
mk/config.mk.in
rts/Makefile