summaryrefslogtreecommitdiff
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, 0 insertions, 15 deletions
diff --git a/lib/mlibc/sysdeps/managarm/aarch64/crt-src/crti.S b/lib/mlibc/sysdeps/managarm/aarch64/crt-src/crti.S
deleted file mode 100644
index 4307dfb..0000000
--- a/lib/mlibc/sysdeps/managarm/aarch64/crt-src/crti.S
+++ /dev/null
@@ -1,15 +0,0 @@
- .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