From 05990bef161d510b1f36f0fe6779249a15e9421d Mon Sep 17 00:00:00 2001 From: wolfgang Date: Fri, 14 Jan 2005 22:47:29 +0000 Subject: [PATCH] [project @ 2005-01-14 22:47:29 by wolfgang] Fix a typo in the previous commit. --- ghc/compiler/nativeGen/PositionIndependentCode.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/nativeGen/PositionIndependentCode.hs b/ghc/compiler/nativeGen/PositionIndependentCode.hs index 5b6dda8..5e7d43b 100644 --- a/ghc/compiler/nativeGen/PositionIndependentCode.hs +++ b/ghc/compiler/nativeGen/PositionIndependentCode.hs @@ -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). -- 1.7.10.4