desrt       2005/12/15 15:32:29 PST

  Modified files:
    ghc/rts              Linker.c 
  Log:
    (( 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.
  
  Revision  Changes    Path
  1.209     +28 -13    fptools/ghc/rts/Linker.c
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to