summaryrefslogtreecommitdiff
path: root/crt/x86_64/crtn.s
diff options
context:
space:
mode:
Diffstat (limited to 'crt/x86_64/crtn.s')
-rw-r--r--crt/x86_64/crtn.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/crt/x86_64/crtn.s b/crt/x86_64/crtn.s
new file mode 100644
index 00000000..055451ed
--- /dev/null
+++ b/crt/x86_64/crtn.s
@@ -0,0 +1,5 @@
+.section .init
+ ret
+
+.section .fini
+ ret