summaryrefslogtreecommitdiffstats
path: root/libc-top-half/musl/crt/arm/crtn.s
diff options
context:
space:
mode:
Diffstat (limited to 'libc-top-half/musl/crt/arm/crtn.s')
-rw-r--r--libc-top-half/musl/crt/arm/crtn.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/libc-top-half/musl/crt/arm/crtn.s b/libc-top-half/musl/crt/arm/crtn.s
new file mode 100644
index 0000000..dc020f9
--- /dev/null
+++ b/libc-top-half/musl/crt/arm/crtn.s
@@ -0,0 +1,9 @@
+.syntax unified
+
+.section .init
+ pop {r0,lr}
+ bx lr
+
+.section .fini
+ pop {r0,lr}
+ bx lr