fix arm crti/crtn code
[musl] / crt / arm / crti.s
index 2eb23ed..0dd978a 100644 (file)
@@ -1,7 +1,9 @@
 .section .init
 .global _init
 _init:
+       push {lr}
 
 .section .fini
 .global _fini
 _fini:
+       push {lr}