Remove @PLT

This commit is contained in:
Ziyao 2022-03-24 08:42:29 +08:00
parent ed89edcf54
commit 7a1cd4707f
2 changed files with 4 additions and 4 deletions

View File

@ -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 =

View File

@ -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