[project @ 2005-01-14 22:47:29 by wolfgang]
authorwolfgang <unknown>
Fri, 14 Jan 2005 22:47:29 +0000 (22:47 +0000)
committerwolfgang <unknown>
Fri, 14 Jan 2005 22:47:29 +0000 (22:47 +0000)
Fix a typo in the previous commit.

ghc/compiler/nativeGen/PositionIndependentCode.hs

index 5b6dda8..5e7d43b 100644 (file)
@@ -247,7 +247,7 @@ howToAccessLabel isJump lbl
        -- NOTE: It would be OK to jump to foreign code via a PLT stub.
     | labelDynamic lbl = AccessViaSymbolPtr
     
-#if powerpc_ARGET_ARCH
+#if powerpc_TARGET_ARCH
        -- For PowerPC32 -fPIC, we have to access even static data
        -- via a symbol pointer (see below for an explanation why
        -- PowerPC32 Linux is especially broken).