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