summaryrefslogtreecommitdiff
path: root/ldso/ldso
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-14 00:19:41 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-14 00:19:41 +0000
commitf80ef6bcb8101bb119076917972d1bf233ea3db1 (patch)
tree94f8dd2d02a9154c37153a089f15b6a6869827d9 /ldso/ldso
parent802c7d3ac886b8df885bc74417795663de0b6032 (diff)
remove unused instructions
Diffstat (limited to 'ldso/ldso')
-rw-r--r--ldso/ldso/x86_64/dl-startup.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ldso/ldso/x86_64/dl-startup.h b/ldso/ldso/x86_64/dl-startup.h
index 468fd4703..eb2e0b7f4 100644
--- a/ldso/ldso/x86_64/dl-startup.h
+++ b/ldso/ldso/x86_64/dl-startup.h
@@ -27,12 +27,8 @@ asm(
" subl %eax, %edx\n"
" # Push argc back on the stack.\n"
" pushq %rdx\n"
- " # argc -> rsi\n"
- " movq %rdx, %rsi\n"
" # Pass our finalizer function to the user in %rdx, as per ELF ABI.\n"
" leaq _dl_fini(%rip), %rdx\n"
- " # And make sure %rsp points to argc stored on the stack.\n"
- " movq %r13, %rsp\n"
" # Jump to the user's entry point.\n"
" jmp *%r12\n"
" .size _start,.-_start\n"