remove attempts to be pie-compatible from i386 crt1.s
[musl] / crt / i386 / crt1.s
index 66ee11a..f520745 100644 (file)
@@ -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