Manuel M T Chakravarty wrote:
Wed Nov 21 02:26:27 PST 2007  Bertram Felgenhauer <[EMAIL PROTECTED]>
 * FIX #1910: fix code generated for GDTOI on x86_32

   M ./compiler/nativeGen/PprMach.hs -3 +12

This is a Bad Patch on x86_32/Mac OS X (10.5) - see the appended error. Mac OS uses the GNU assembler:

  Apple Computer, Inc. version cctools-667.3~21, GNU assembler version 1.38

and the register names are obviously bogus GHC-internal ones. So, I am not quite sure how this problem is platform-specific.

I'm not sure either, I thought I'd tested it on x86/Linux. I'll roll it back anyway, sorry for the hassle.

Cheers,
        Simon

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to