libc/x86_64/crtn.s

10 lines
223 B
ArmAsm
Raw Normal View History

2021-08-02 15:57:15 +00:00
.section .init
/* gcc will nicely put the contents of crtend.o's .init section here. */
popq %rbp
ret
.section .fini
/* gcc will nicely put the contents of crtend.o's .fini section here. */
popq %rbp
ret