From: pho@cielonegro.org Date: Tue, 30 Nov 2010 14:30:14 +0000 (+0000) Subject: FIX #1845 (unconditional relative branch out of range) X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=7cd02e3ecf0befebd65145166a0e97087ca2c562;hp=7cd02e3ecf0befebd65145166a0e97087ca2c562 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. ---