ld: resolve: remove redundant stack pointer save/restore
This commit is contained in:
@@ -12,8 +12,6 @@ _dl_runtime_resolve:
|
||||
pop %rax
|
||||
pop %r11
|
||||
|
||||
push %rsp
|
||||
push %rbp
|
||||
push %rdi
|
||||
push %rsi
|
||||
push %rdx
|
||||
@@ -41,7 +39,5 @@ _dl_runtime_resolve:
|
||||
pop %rdx
|
||||
pop %rsi
|
||||
pop %rdi
|
||||
pop %rbp
|
||||
pop %rsp
|
||||
|
||||
jmp *%rax
|
||||
|
||||
Reference in New Issue
Block a user