f884c09d9a69e06a0d43cc0515370b0bdb4be520
[tpg/acess2.git] / Usermode / Libraries / crt0.o_src / native-crtn.S
1 .section .init
2         /* gcc will nicely put the contents of crtend.o's .init section here. */
3         ret
4
5 .section .fini
6         ret
7         /* gcc will nicely put the contents of crtend.o's .fini section here. */

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