X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=crt%2Fx86_64%2Fcrt1.s;h=40de3bed2e1903f2a804a3be200229fe1e9aa63c;hp=50222f1ce6b7c3ea772c1e9bd848eaeda880bc70;hb=2be87702b79c02b1acf68d6159a4fb399d2c9a57;hpb=4ce3cb5cddda7b4ee9643e1f75ee5b8f1f191906 diff --git a/crt/x86_64/crt1.s b/crt/x86_64/crt1.s index 50222f1c..40de3bed 100644 --- a/crt/x86_64/crt1.s +++ b/crt/x86_64/crt1.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 */ mov $_fini,%r8 /* 5th arg: fini/dtors function */ mov $_init,%rcx /* 4th arg: init/ctors function */ mov $main,%rdi /* 1st arg: application entry ip */