aboutsummaryrefslogtreecommitdiff
path: root/src/header/crtn.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/header/crtn.s')
-rw-r--r--src/header/crtn.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/header/crtn.s b/src/header/crtn.s
new file mode 100644
index 0000000..4874122
--- /dev/null
+++ b/src/header/crtn.s
@@ -0,0 +1,7 @@
+.section .init
+ popl %ebp
+ ret
+
+.section .fini
+ popl %ebp
+ ret