Re: haskell static libraries issue on Solaris 10 x86...

2007-06-13 Thread Simon Marlow
Christian Maeder wrote: Simon Marlow schrieb: Christian Maeder wrote: [...] In PrimOps.s it looks (wrongly mangled?) like this: .text .align 4 .type GHC_ZCCReturnable_static_info, @object .size GHC_ZCCReturnable_static_info, 4 .zero 4 .globl

Re: [GHC] #1424: Argument corruption in FFI with many arguments (maybe 64-bit related)

2007-06-13 Thread GHC
#1424: Argument corruption in FFI with many arguments (maybe 64-bit related) ---+ Reporter: guest |Owner: Type: bug | Status: new Priority: normal |

Re: [GHC] #1424: Argument corruption in FFI with many arguments (maybe 64-bit related)

2007-06-13 Thread GHC
#1424: Argument corruption in FFI with many arguments (maybe 64-bit related) ---+ Reporter: guest |Owner: Type: bug | Status: new Priority: normal |

Re: [GHC] #1424: Argument corruption in FFI with many arguments (maybe 64-bit related)

2007-06-13 Thread GHC
#1424: Argument corruption in FFI with many arguments (maybe 64-bit related) ---+ Reporter: guest |Owner: Type: bug | Status: new Priority: normal |

Re: [GHC] #1424: Argument corruption in FFI with many arguments (maybe 64-bit related)

2007-06-13 Thread GHC
#1424: Argument corruption in FFI with many arguments (maybe 64-bit related) ---+ Reporter: guest |Owner: Type: bug | Status: new Priority: normal |

Re: [GHC] #1318: add warning for prefix negate operator and flag to replace it with negative numeric literals

2007-06-13 Thread GHC
#1318: add warning for prefix negate operator and flag to replace it with negative numeric literals --+- Reporter: Isaac Dupree |Owner: Type: feature request| Status: new

Re: [GHC] #1418: Heap profiling woes

2007-06-13 Thread GHC
#1418: Heap profiling woes --+- Reporter: guest |Owner: Type: bug| Status: closed Priority: normal |Milestone: Component: Profiling | Version:

Re: haskell static libraries issue on Solaris 10 x86...

2007-06-13 Thread Christian Maeder
Simon Marlow schrieb: Christian Maeder wrote: Simon Marlow schrieb: [...] I guess we should just eliminate the .size directives if the linker is going to be picky about them. In ghc-asm.lprl you'll find $T_COPY_DIRVS = '^\s*\.(globl|type|size|local)'; if you change it to