patch applied (ghc-7.0/ghc): FIX #1845 (unconditional relative branch out of range)
Ian Lynagh
igloo at earth.li
Wed Dec 1 23:42:54 CET 2010
Tue Nov 30 06:30:14 PST 2010 pho at cielonegro.org
* FIX #1845 (unconditional relative branch out of range)
Don't use mmap on powerpc-apple-darwin as mmap doesn't support
reallocating but we need to allocate jump islands just after each
object images. Otherwise relative branches to jump islands can fail
due to 24-bits displacement overflow.
M ./rts/Linker.c -1 +12
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20101130143014-62b54-c11d7184d3b9b5b03d3efadf2e2b82bea8c878f7.gz
More information about the Cvs-ghc
mailing list