patch applied (ghc-7.0/ghc): Fix #4867, ghci displays negative floats incorrectly
Ian Lynagh
igloo at earth.li
Fri Feb 11 04:15:23 CET 2011
Wed Feb 9 14:24:23 PST 2011 gwright at antiope.com
* Fix #4867, ghci displays negative floats incorrectly
This patch fixes the erroneous relocations that caused
the bug in ticket #4867. External addresses and global
offset table entries were relocated correctly, but all other
relocations were incorrectly calculated. This caused, for
example, bad references to constants stored in the __const
section of the __TEXT segment.
This bug only affected OS X on 64-bit platforms.
M ./rts/Linker.c -3 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20110209222423-870a6-ed37be6b816218d85d4efdbe33d5884b7241f8d5.gz
More information about the Cvs-ghc
mailing list