9 lines
159 B
ArmAsm
9 lines
159 B
ArmAsm
.section .init
|
|
# crtend.o's .init section goes here.
|
|
popl %ebp
|
|
ret
|
|
|
|
.section .fini
|
|
# crtend.o's .fini section goes here.
|
|
popl %ebp
|
|
ret
|