[project @ 2005-06-09 16:08:16 by wolfgang]
authorwolfgang <unknown>
Thu, 9 Jun 2005 16:08:16 +0000 (16:08 +0000)
committerwolfgang <unknown>
Thu, 9 Jun 2005 16:08:16 +0000 (16:08 +0000)
Fix a typo: powerpc32_TARGET_OS -> powerpc64_TARGET_OS

This didn't do any actual damage, because powerpc64 is not yet supported
by the NCG and powerpc32 is called just 'powerpc'.

MERGE TO STABLE

ghc/compiler/nativeGen/PositionIndependentCode.hs

index c6f439e..0daccb6 100644 (file)
@@ -440,7 +440,7 @@ pprImportedSymbol importedLbl
 
     | otherwise = empty
 
-#elif linux_TARGET_OS && !powerpc32_TARGET_ARCH
+#elif linux_TARGET_OS && !powerpc64_TARGET_ARCH
 
 -- ELF / Linux
 --