summaryrefslogtreecommitdiff
path: root/lib/libc/arch/amd64/gen/flt_rounds.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/arch/amd64/gen/flt_rounds.S')
-rw-r--r--lib/libc/arch/amd64/gen/flt_rounds.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/amd64/gen/flt_rounds.S b/lib/libc/arch/amd64/gen/flt_rounds.S
index 009c59ab64a..81077fae55f 100644
--- a/lib/libc/arch/amd64/gen/flt_rounds.S
+++ b/lib/libc/arch/amd64/gen/flt_rounds.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: flt_rounds.S,v 1.1 2004/01/28 01:44:45 mickey Exp $ */
+/* $OpenBSD: flt_rounds.S,v 1.2 2012/08/22 17:19:34 pascal Exp $ */
/* $NetBSD: flt_rounds.S,v 1.2 2002/06/06 23:04:35 fvdl Exp $ */
/*
@@ -21,7 +21,7 @@ ENTRY(__flt_rounds)
movl -4(%rsp),%eax
shrl $10,%eax
andl $3,%eax
-#ifdef PIC
+#ifdef __PIC__
leaq PIC_GOT(_map),%rcx
movb (%rcx,%rax,1),%al
#else