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)
commit7cd02e3ecf0befebd65145166a0e97087ca2c562
tree04fed1ed5ad7b8443060e0b9d5f8821d5a3eeec2
parentc8749d21d9fbb5c644b098fee74caf876ca5206c
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.
rts/Linker.c