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