[project @ 2000-01-18 13:29:35 by sewardj]
authorsewardj <unknown>
Tue, 18 Jan 2000 13:29:36 +0000 (13:29 +0000)
committersewardj <unknown>
Tue, 18 Jan 2000 13:29:36 +0000 (13:29 +0000)
commit7f748c5f33cb1ea2391bb5a45168e1ef19c2ad4f
treea00b5359353610b7ffe26b85638891110eb3227c
parent3f9a2cd8ee5d4989ed7b5a22541cd86f19a88a31
[project @ 2000-01-18 13:29:35 by sewardj]
Don't spew floating/double literals into assembly output, since this
causes difficulties with FP numbers near the edges of the allowed
ranges.  Instead, convert them to a sequence of bytes and emit those.
ghc/compiler/nativeGen/MachCode.lhs
ghc/compiler/nativeGen/MachRegs.lhs
ghc/compiler/nativeGen/PprMach.lhs
ghc/compiler/nativeGen/Stix.lhs