diff options
Diffstat (limited to 'crt/x86_64/Scrt1.s')
-rw-r--r-- | crt/x86_64/Scrt1.s | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crt/x86_64/Scrt1.s b/crt/x86_64/Scrt1.s index d8b71617..ba34e95e 100644 --- a/crt/x86_64/Scrt1.s +++ b/crt/x86_64/Scrt1.s @@ -9,8 +9,6 @@ _start: pop %rsi /* 2nd arg: argc */ mov %rsp,%rdx /* 3rd arg: argv */ andq $-16,%rsp /* align stack pointer */ - push %rax /* 8th arg: glibc ABI compatible */ - push %rsp /* 7th arg: glibc ABI compatible */ lea _fini(%rip),%r8 /* 5th arg: fini/dtors function */ lea _init(%rip),%rcx /* 4th arg: init/ctors function */ mov main@GOTPCREL(%rip),%rdi /* 1st arg: application entry ip */ |