patch applied (ghc): Make the threaded RTS compilable using -fasm
Simon Marlow
simonmar at microsoft.com
Tue Jun 26 17:15:29 EDT 2007
Tue Jun 26 14:10:58 PDT 2007 Simon Marlow <simonmar at microsoft.com>
* Make the threaded RTS compilable using -fasm
We needed to turn some inline C functions and C macros into either
real C functions or C-- macros.
M ./includes/Cmm.h +2
M ./includes/OSThreads.h +14
M ./includes/SMP.h -1 +19
M ./rts/HeapStackCheck.cmm -2 +2
M ./rts/PrimOps.cmm -10 +10
M ./rts/Schedule.c +1
More information about the Cvs-ghc
mailing list