Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
[tpg/acess2.git] / Usermode / Libraries / crt0.o_src / native-crti.S
1 .section .init
2 .global _init
3 .type _init, @function
4 _init:
5         /* gcc will nicely put the contents of crtbegin.o's .init section here. */
6
7 .section .fini
8 .global _fini
9 .type _fini, @function
10 _fini:
11         /* gcc will nicely put the contents of crtbegin.o's .fini section here. */

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