summaryrefslogtreecommitdiff
path: root/src/ldso/i386/start.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/ldso/i386/start.s')
-rw-r--r--src/ldso/i386/start.s22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/ldso/i386/start.s b/src/ldso/i386/start.s
deleted file mode 100644
index c37a1faa..00000000
--- a/src/ldso/i386/start.s
+++ /dev/null
@@ -1,22 +0,0 @@
-.text
-.global _dlstart
-_dlstart:
- xor %ebp,%ebp
- pop %edi
- mov %esp,%esi
- and $-16,%esp
- push %ebp
- push %ebp
- push %esi
- 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