summaryrefslogtreecommitdiff
path: root/sysdeps/i386/fpu/s_log1p.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/fpu/s_log1p.S')
-rw-r--r--sysdeps/i386/fpu/s_log1p.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/i386/fpu/s_log1p.S b/sysdeps/i386/fpu/s_log1p.S
index ec777fdf93..d3bc3d7251 100644
--- a/sysdeps/i386/fpu/s_log1p.S
+++ b/sysdeps/i386/fpu/s_log1p.S
@@ -31,7 +31,9 @@ ENTRY(__log1p)
fldl 4(%esp)
#ifdef PIC
- LOAD_PIC_REG (dx)
+ call 1f
+1: popl %edx
+ addl $_GLOBAL_OFFSET_TABLE_+[.-1b], %edx
#endif
fxam