ARCH=native Fix crtn to return
[tpg/acess2.git] / Usermode / Libraries / crt0.o_src / native-crtn.S
index 636743c..f884c09 100644 (file)
@@ -1,5 +1,7 @@
 .section .init
        /* gcc will nicely put the contents of crtend.o's .init section here. */
+       ret
 
 .section .fini
+       ret
        /* gcc will nicely put the contents of crtend.o's .fini section here. */

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