From: wolfgang Date: Fri, 14 Jan 2005 22:47:29 +0000 (+0000) Subject: [project @ 2005-01-14 22:47:29 by wolfgang] X-Git-Tag: Initial_conversion_from_CVS_complete~1233 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=05990bef161d510b1f36f0fe6779249a15e9421d;hp=acea64ed203f2e1b340e5a42bbb5fab4fc240baf;p=ghc-hetmet.git [project @ 2005-01-14 22:47:29 by wolfgang] Fix a typo in the previous commit. --- 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).