X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=crt%2Fi386%2Fcrt1.s;h=f520745c9c58b50940876ab5d033643e9f4a3957;hp=66ee11ab1a8bdf4342ad6d5bb3c442e76499170c;hb=c9dea48f84cd772ac250c091356dd6ef956ea3f6;hpb=4ce3cb5cddda7b4ee9643e1f75ee5b8f1f191906 diff --git a/crt/i386/crt1.s b/crt/i386/crt1.s index 66ee11ab..f520745c 100644 --- a/crt/i386/crt1.s +++ b/crt/i386/crt1.s @@ -10,13 +10,10 @@ _start: pushl %esp pushl %esp pushl %edx - call 1f -1: addl $[_fini-.],(%esp) - call 1f -1: addl $[_init-.],(%esp) + pushl $_fini + pushl $_init pushl %eax pushl %ecx - call 1f -1: addl $[main-.],(%esp) + pushl $main call __libc_start_main 1: jmp 1b