patch applied (ghc): Darwin/i386 NCG: fix assembly syntax in symbol stubs

Wolfgang Thaller wolfgang.thaller at gmx.net
Thu Apr 12 18:38:21 EDT 2007


Thu Apr 12 14:53:13 PDT 2007  wolfgang.thaller at gmx.net
  * 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



More information about the Cvs-ghc mailing list