add support for init/finit (constructors and destructors)
[musl] / crt / i386 / crti.s
diff --git a/crt/i386/crti.s b/crt/i386/crti.s
new file mode 100644 (file)
index 0000000..2eb23ed
--- /dev/null
@@ -0,0 +1,7 @@
+.section .init
+.global _init
+_init:
+
+.section .fini
+.global _fini
+_fini: