From 76e26e9cbb54efc31dde95c927ea8af17439febf Mon Sep 17 00:00:00 2001 From: "wolfgang.thaller@gmx.net" Date: Sun, 10 Dec 2006 13:27:12 +0000 Subject: [PATCH] Unbreak x86_64 PIC patch, part 2 Continue repairing breakage from patch "x86_64: support PIC and therefore, Mac OS X in the NCG", this time something affecting (linux && !i386) --- compiler/nativeGen/PositionIndependentCode.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/nativeGen/PositionIndependentCode.hs b/compiler/nativeGen/PositionIndependentCode.hs index 53ee563..ead9863 100644 --- a/compiler/nativeGen/PositionIndependentCode.hs +++ b/compiler/nativeGen/PositionIndependentCode.hs @@ -274,7 +274,7 @@ howToAccessLabel CallReference lbl = AccessDirectly #if !i386_TARGET_ARCH | labelDynamic lbl && opt_PIC - = AccessViaSymbolStub + = AccessViaStub #endif howToAccessLabel _ lbl -- 1.7.10.4