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