[project @ 2005-12-15 23:32:29 by desrt]
authordesrt <unknown>
Thu, 15 Dec 2005 23:32:29 +0000 (23:32 +0000)
committerdesrt <unknown>
Thu, 15 Dec 2005 23:32:29 +0000 (23:32 +0000)
commit12694df2b002fe264d1e9e8209e0fbb6914ffe50
tree2d31e838de3e02f297313dc82e8b30b376a4d3b8
parent929f99ce354d81a30cdc15929475ca11b997d612
[project @ 2005-12-15 23:32:29 by desrt]
(( PLEASE MERGE TO STABLE ))

Linker.c: linux/ppc: We call mmap() to allocate additional pages to
                     create jump islands.  In the case where no
                     additional memory was needed the mmap call was
                     being made with a size of 0 which would fail.
                     The call is now conditionalised and documentation
                     has been added to the code.  Closes trac #439.
ghc/rts/Linker.c