[project @ 2001-07-24 05:04:58 by ken]
authorken <unknown>
Tue, 24 Jul 2001 05:04:59 +0000 (05:04 +0000)
committerken <unknown>
Tue, 24 Jul 2001 05:04:59 +0000 (05:04 +0000)
commit030787e51b95d3320d2b9032c119c32f7549a31a
tree22e4ee7a38b0f89be8464bfc71e1177b5f077df3
parent1146fac547be56172cd0432028e3f4e794e401cd
[project @ 2001-07-24 05:04:58 by ken]
Removed 32-bit dependencies in the generation and handling of
liveness mask bitmaps.  We now support both 32-bit and 64-bit
machines with identical .hc files.  Support for >64-bit machines
would be easy to add.  Note that old .hc files are incompatible
with the changes made to ghc/include/InfoMacros.h!
ghc/compiler/absCSyn/AbsCSyn.lhs
ghc/compiler/absCSyn/PprAbsC.lhs
ghc/compiler/codeGen/CgBindery.lhs
ghc/compiler/nativeGen/AbsCStixGen.lhs
ghc/compiler/nativeGen/StixInfo.lhs
ghc/includes/InfoMacros.h
ghc/rts/GC.c
ghc/rts/Sanity.c
ghc/rts/parallel/Pack.c