33957bfe1686086de0d8978421eed3c8245fef9e
[tpg/acess2.git] / x86-crtn.S
1 .section .init
2         /* gcc will nicely put the contents of crtend.o's .init section here. */
3         popl %ebp
4         ret
5
6 .section .fini
7         /* gcc will nicely put the contents of crtend.o's .fini section here. */
8         popl %ebp
9         ret

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