aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/sysdeps/managarm/aarch64/crt-src/crti.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mlibc/sysdeps/managarm/aarch64/crt-src/crti.S')
-rw-r--r--lib/mlibc/sysdeps/managarm/aarch64/crt-src/crti.S15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/mlibc/sysdeps/managarm/aarch64/crt-src/crti.S b/lib/mlibc/sysdeps/managarm/aarch64/crt-src/crti.S
new file mode 100644
index 0000000..4307dfb
--- /dev/null
+++ b/lib/mlibc/sysdeps/managarm/aarch64/crt-src/crti.S
@@ -0,0 +1,15 @@
+ .ident "aarch64-managarm-mlibc crti"
+
+ .section .init
+ .global _init
+_init:
+ stp x29, x30, [sp, -16]!
+ mov x29, sp
+
+ .section .fini
+ .global _fini
+_fini:
+ stp x29, x30, [sp, -16]!
+ mov x29, sp
+
+ .section .note.GNU-stack,"",%progbits