remove potentially PIC-incompatible relocations from x86_64 and x32 asm
analogous to commit 8ed66ecbcb for i386.
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ expl:
|
||||
fstpt (%esp)
|
||||
fstpt 16(%esp)
|
||||
fstpt 32(%esp)
|
||||
call exp2l
|
||||
call exp2l@PLT
|
||||
# if 2^hi == inf return 2^hi
|
||||
fld %st(0)
|
||||
fstpt (%esp)
|
||||
|
||||
@@ -37,7 +37,7 @@ expl:
|
||||
fstpt (%rsp)
|
||||
fstpt 16(%rsp)
|
||||
fstpt 32(%rsp)
|
||||
call exp2l
|
||||
call exp2l@PLT
|
||||
# if 2^hi == inf return 2^hi
|
||||
fld %st(0)
|
||||
fstpt (%rsp)
|
||||
|
||||
Reference in New Issue
Block a user