diff options
Diffstat (limited to 'sysdeps/aarch64/crtn.S')
-rw-r--r-- | sysdeps/aarch64/crtn.S | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/sysdeps/aarch64/crtn.S b/sysdeps/aarch64/crtn.S index b52b10e..653a548 100644 --- a/sysdeps/aarch64/crtn.S +++ b/sysdeps/aarch64/crtn.S @@ -41,14 +41,10 @@ .section .init,"ax",%progbits ldp x29, x30, [sp], 16 -#if HAVE_AARCH64_PAC_RET - AUTIASP -#endif - RET + autiasp + ret .section .fini,"ax",%progbits ldp x29, x30, [sp], 16 -#if HAVE_AARCH64_PAC_RET - AUTIASP -#endif - RET + autiasp + ret |