FIX #1845 (unconditional relative branch out of range)
authorpho@cielonegro.org <unknown>
Tue, 30 Nov 2010 14:30:14 +0000 (14:30 +0000)
committerpho@cielonegro.org <unknown>
Tue, 30 Nov 2010 14:30:14 +0000 (14:30 +0000)
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.


No differences found