summaryrefslogtreecommitdiffstats
path: root/lib/crt/x86_64/crtn.s
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crt/x86_64/crtn.s')
-rw-r--r--lib/crt/x86_64/crtn.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/crt/x86_64/crtn.s b/lib/crt/x86_64/crtn.s
new file mode 100644
index 0000000..9e31c23
--- /dev/null
+++ b/lib/crt/x86_64/crtn.s
@@ -0,0 +1,7 @@
+.section .init
+ popq %rbp
+ ret
+
+.section .fini
+ popq %rbp
+ ret