[project @ 2005-06-13 02:44:22 by wolfgang]
authorwolfgang <unknown>
Mon, 13 Jun 2005 02:44:22 +0000 (02:44 +0000)
committerwolfgang <unknown>
Mon, 13 Jun 2005 02:44:22 +0000 (02:44 +0000)
commitc26a153cb20aa69dce35cf0317205336f4e5f0bb
treeb17dabbfe451c723ccce41b0f8ed5b8fb5cdec18
parent4302b12e6fd876a190ce6091e6ce14dbeb15bc00
[project @ 2005-06-13 02:44:22 by wolfgang]
Darwin:
Deal with the fact that the code and data in a .o file might not be
16-byte aligned even if it contains instructions that require 16-byte
alignment.
This fixes floating point related crashes on Darwin/x86; there might
also have been problems on Darwin/ppc if people load .o files with
AltiVec code into GHCi.
ghc/rts/Linker.c