X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fldso%2Fi386%2Fstart.s;h=b16f8af578f12670907fdc4938ff61de5973ab44;hb=fe0260400eebb613338a720c9568c10ab4f17225;hp=47c2748bd064f02467d045756a83ee667a42ff03;hpb=51e2d8310222ddd4d4e895f55c627100d863aa95;p=musl diff --git a/src/ldso/i386/start.s b/src/ldso/i386/start.s index 47c2748b..b16f8af5 100644 --- a/src/ldso/i386/start.s +++ b/src/ldso/i386/start.s @@ -1,19 +1,22 @@ .text .global _start _start: - xorl %ebp,%ebp - popl %ecx - movl %esp,%eax - andl $-16,%esp - movl %eax,%esi - movl %ecx,%edi - pushl %ebp - call 1f -1: addl $_GLOBAL_OFFSET_TABLE_,(%esp) - pushl %eax - pushl %ecx + xor %ebp,%ebp + pop %edi + mov %esp,%esi + and $-16,%esp + push %ebp + push %ebp + push %esi + push %edi call __dynlink - movl %esi,%esp - pushl %edi - xorl %edx,%edx + mov %esi,%esp +1: dec %edi + pop %esi + cmp $-1,%esi + jz 1b + inc %edi + push %esi + push %edi + xor %edx,%edx jmp *%eax