Support RelocatableReadOnlyData section type in CmmParse, and use it where needed...
authorwolfgang.thaller@gmx.net <unknown>
Sun, 22 Oct 2006 16:06:50 +0000 (16:06 +0000)
committerwolfgang.thaller@gmx.net <unknown>
Sun, 22 Oct 2006 16:06:50 +0000 (16:06 +0000)
commit91d2dae62cc0249671f00db03e9be330a0a586a0
tree0c997321e40e228ab6b5943e7354bf700e8fd4c2
parent4f6f4a294f00d559b4f024255d11eb1da9bfe036
Support RelocatableReadOnlyData section type in CmmParse, and use it where needed in AutoApply

This is needed for position-independent code on Mac OS X
(both i386 and powerpc), when compiling the RTS with -fasm.
compiler/cmm/CmmParse.y
utils/genapply/GenApply.hs