X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fldso%2Fi386%2Fstart.s;h=b16f8af578f12670907fdc4938ff61de5973ab44;hb=9724defdb72fdb2ae4e8a60e928d40d84fe04800;hp=f6d49291a02b23c04a93b3e84a8fb07a0c1d3782;hpb=b94608ca10051e7911250aaa53f1435b0512018c;p=musl diff --git a/src/ldso/i386/start.s b/src/ldso/i386/start.s index f6d49291..b16f8af5 100644 --- a/src/ldso/i386/start.s +++ b/src/ldso/i386/start.s @@ -11,6 +11,12 @@ _start: push %edi call __dynlink mov %esi,%esp +1: dec %edi + pop %esi + cmp $-1,%esi + jz 1b + inc %edi + push %esi push %edi xor %edx,%edx jmp *%eax