[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)
(( 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.


No differences found