1 .ifndef __LITEOS__
2 .include "crtbrand.s"
3 .endif
4 
5 .section .init
6 .global _init
7 _init:
8 	push %rax
9 
10 .section .fini
11 .global _fini
12 _fini:
13 	push %rax
14