ARCH=native Fix crtn to return
authorJohn Hodge (sonata) <[email protected]>
Wed, 5 Nov 2014 07:05:50 +0000 (15:05 +0800)
committerJohn Hodge (sonata) <[email protected]>
Wed, 5 Nov 2014 07:05:50 +0000 (15:05 +0800)
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