summaryrefslogtreecommitdiffstats
path: root/linker/arch/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'linker/arch/x86_64')
-rw-r--r--linker/arch/x86_64/begin.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/linker/arch/x86_64/begin.S b/linker/arch/x86_64/begin.S
index aff4660..7945a31 100644
--- a/linker/arch/x86_64/begin.S
+++ b/linker/arch/x86_64/begin.S
@@ -29,7 +29,6 @@
#include <private/bionic_asm.h>
ENTRY(_start)
- /* Pass elfdata to __linker_init. */
mov %rsp, %rdi
call __linker_init