wolfgang 2004/02/11 13:10:12 PST
Modified files: (Branch: backend-hacking-branch)
ghc/compiler/nativeGen MachCodeGen.hs
Log:
PowerPC NCG:
Make float<->int conversions Linux-friendly by storing the temporary
values above the stack pointer.
On Mac OS, it is legal to access values just below the stack pointer
(in the so-called Red Zone). On PPC Linux, everything below the stack
pointer might be overwritten by interrupt routines.
Revision Changes Path
1.1.2.27 +5 -5 fptools/ghc/compiler/nativeGen/Attic/MachCodeGen.hs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc