[hackers] [scc] [crt] add amd64-linux crt || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Thu, 2 Mar 2017 20:35:53 +0100 (CET)

commit 8587dc4a95607e21c0ca737f6e4eafc1e8b903a6
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Thu Mar 2 20:34:36 2017 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Thu Mar 2 20:34:36 2017 +0100

    [crt] add amd64-linux crt

diff --git a/crt/amd64-linux/crt.as b/crt/amd64-linux/crt.as
new file mode 100644
index 0000000..040906c
--- /dev/null
+++ b/crt/amd64-linux/crt.as
_AT_@ -0,0 +1,8 @@
+ .file "crt.as"
+ .text
+ .global _start
+
+_start:
+ call $main
+ movl %eax, %edi
+ call $exit
Received on Thu Mar 02 2017 - 20:35:53 CET

This archive was generated by hypermail 2.3.0 : Thu Mar 02 2017 - 20:36:18 CET