add support for init/finit (constructors and destructors)
[musl] / crt / x86_64 / crtn.s
diff --git a/crt/x86_64/crtn.s b/crt/x86_64/crtn.s
new file mode 100644 (file)
index 0000000..055451e
--- /dev/null
@@ -0,0 +1,5 @@
+.section .init
+       ret
+
+.section .fini
+       ret