From aa2c7727b1ee7b3747681f6b78f9ef0d36beb749 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 2 Feb 2019 13:12:59 -0500 Subject: trim old nonstd --- nonstd/x86-64.s | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 nonstd/x86-64.s (limited to 'nonstd/x86-64.s') diff --git a/nonstd/x86-64.s b/nonstd/x86-64.s deleted file mode 100644 index 92d6a2d1..00000000 --- a/nonstd/x86-64.s +++ /dev/null @@ -1,19 +0,0 @@ -.global __syscall_x86_64 -__syscall_x86_64: - mov %rdi, %rax - mov %rsi, %rdi - mov %rdx, %rsi - mov %rcx, %rdx - mov %r8, %r10 - mov %r9, %r8 - mov 8(%rsp), %r9 - syscall - 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: - popq %rdi - movq %rsp, %rsi - call __libc_start -- cgit v1.2.1