Fix ARCH=native compiling
[tpg/acess2.git] / Usermode / Libraries / crt0.o_src / native-crtn.S
diff --git a/Usermode/Libraries/crt0.o_src/native-crtn.S b/Usermode/Libraries/crt0.o_src/native-crtn.S
new file mode 100644 (file)
index 0000000..636743c
--- /dev/null
@@ -0,0 +1,5 @@
+.section .init
+       /* gcc will nicely put the contents of crtend.o's .init section here. */
+
+.section .fini
+       /* gcc will nicely put the contents of crtend.o's .fini section here. */

UCC git Repository :: git.ucc.asn.au