darcs patch: Debug output for OS X linker and coding standard upgrades

Ian Lynagh igloo at earth.li
Sat Mar 26 21:12:02 CET 2011


Hi Greg,

On Mon, Mar 21, 2011 at 05:35:05PM -0400, gwright at antiope.com wrote:
> 1 patch for repository http://darcs.haskell.org/ghc:
> 
> Mon Mar 21 17:02:34 EDT 2011  gwright at antiope.com
>   * Debug output for OS X linker and coding standard upgrades

Thanks for the patch!

I made a couple of small tidy-ups (attached), but the build on 32bit OS X
is failing with:

    rts/Linker.c: In function 'findExternalSymbol':

    rts/Linker.c:4744:0:
         warning: cast from pointer to integer of different size

    rts/Linker.c:4753:0:
         warning: cast from pointer to integer of different size
    rts/Linker.c: In function 'findInternalReference':

    rts/Linker.c:4789:0:
         warning: cast from pointer to integer of different size

Do you know what the right fix is? I don't want to blindly cast things
and introduce more subtle bugs!


Thanks
Ian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: relocs.dpatch.bz2
Type: application/octet-stream
Size: 52130 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/cvs-ghc/attachments/20110326/78dd5c21/attachment-0001.obj>


More information about the Cvs-ghc mailing list