Darwin/i386 NCG: fix assembly syntax in symbol stubs
authorwolfgang.thaller@gmx.net <unknown>
Thu, 12 Apr 2007 21:53:13 +0000 (21:53 +0000)
committerwolfgang.thaller@gmx.net <unknown>
Thu, 12 Apr 2007 21:53:13 +0000 (21:53 +0000)
commit7e4fa0a6153ffa7dd17a33d5ab51b7181933590b
tree210d1911fb4bb18a94941eb32f0cdb563cb133b0
parent2bed45837718c70cee1336c4de9fab7708e7ea96
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.
compiler/nativeGen/PositionIndependentCode.hs