Thu Apr 12 14:53:13 PDT 2007  [EMAIL PROTECTED]
  * Darwin/i386 NCG: fix assembly syntax in symbol stubs
  
  In i386 position-independent symbol stubs, the NCG used to print
        jmp %edx
  instead of
        jmp *%edx
  
  Apple's assembler used to silently accept this, but has recently started to 
print warnings about it.
  
  MERGE TO STABLE.

    M ./compiler/nativeGen/PositionIndependentCode.hs -1 +1

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

Reply via email to