summaryrefslogtreecommitdiff
path: root/nonstd/x86-32.s
diff options
context:
space:
mode:
Diffstat (limited to 'nonstd/x86-32.s')
-rw-r--r--nonstd/x86-32.s18
1 files changed, 0 insertions, 18 deletions
diff --git a/nonstd/x86-32.s b/nonstd/x86-32.s
deleted file mode 100644
index dd7dbeff..00000000
--- a/nonstd/x86-32.s
+++ /dev/null
@@ -1,18 +0,0 @@
-.global __syscall_x86_32
-__syscall_x86_32:
- mov 4(%esp), %eax
- mov 8(%esp), %ebx
- mov 12(%esp), %ecx
- mov 16(%esp), %edx
- mov 20(%esp), %esi
- mov 24(%esp), %edi
- mov 28(%esp), %ebp
- sysenter
- ret
-
-/* FIXME: this seems to be unpossible to put in a shared library */
-/* FIXME: it may be worthwhile to separate this into crt1.s */
-.global _start
-_start:
- /* TODO */
- call __libc_start