Remove @PLT
This commit is contained in:
parent
ed89edcf54
commit
7a1cd4707f
@ -1,8 +1,8 @@
|
|||||||
# This version of config.mak was generated by:
|
# This version of config.mak was generated by:
|
||||||
# ./configure --target=x86_64
|
# ./configure --target=x86_64
|
||||||
# Any changes made here will be lost if configure is re-run
|
# Any changes made here will be lost if configure is re-run
|
||||||
AR = $(CROSS_COMPILE)ar
|
AR = tcc -ar
|
||||||
RANLIB = $(CROSS_COMPILE)ranlib
|
RANLIB = tcc -r
|
||||||
ARCH = x86_64
|
ARCH = x86_64
|
||||||
SUBARCH =
|
SUBARCH =
|
||||||
ASMSUBARCH =
|
ASMSUBARCH =
|
||||||
|
@ -11,7 +11,7 @@ __sigsetjmp:
|
|||||||
mov %rbx,72+8(%rdi)
|
mov %rbx,72+8(%rdi)
|
||||||
mov %rdi,%rbx
|
mov %rdi,%rbx
|
||||||
|
|
||||||
call setjmp@PLT
|
call setjmp
|
||||||
|
|
||||||
pushq 64(%rbx)
|
pushq 64(%rbx)
|
||||||
mov %rbx,%rdi
|
mov %rbx,%rdi
|
||||||
@ -21,4 +21,4 @@ __sigsetjmp:
|
|||||||
.hidden __sigsetjmp_tail
|
.hidden __sigsetjmp_tail
|
||||||
jmp __sigsetjmp_tail
|
jmp __sigsetjmp_tail
|
||||||
|
|
||||||
1: jmp setjmp@PLT
|
1: jmp setjmp
|
||||||
|
Loading…
Reference in New Issue
Block a user