$OpenBSD: patch-common_x86_predict-a_asm,v 1.1 2018/09/16 06:37:15 ajacoutot Exp $

x86: Always use PIC in x86-64 asm

Index: common/x86/predict-a.asm
--- common/x86/predict-a.asm.orig
+++ common/x86/predict-a.asm
@@ -688,7 +688,7 @@ INIT_XMM cpuname
     je .fix_lt_2
 .do_top:
     and        r2d, 4
-%ifdef PIC
+%if ARCH_X86_64
     lea         r3, [shuf_fixtr]
     pshufb      m3, [r3+r2*4]
 %else
