don't reject unknown/future flags in sigaltstack, allow SS_AUTODISARM
[musl.git] / crt / aarch64 / crti.s
blob775df0ac044e28d67df01bdf3402e9305fe4af6a
1 .section .init
2 .global _init
3 .type _init,%function
4 _init:
5 stp x29,x30,[sp,-16]!
6 mov x29,sp
8 .section .fini
9 .global _fini
10 .type _fini,%function
11 _fini:
12 stp x29,x30,[sp,-16]!
13 mov x29,sp