X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=crt%2Farm%2Fcrti.s;h=0d479cd2cde5da22a255635c919c2cf62c3f73c0;hp=2eb23ed5884155d0bbe795a2b60a2c2c2bb39950;hb=976c0fdcb55fafc55682d86441e5293d8aa5259d;hpb=4ce3cb5cddda7b4ee9643e1f75ee5b8f1f191906 diff --git a/crt/arm/crti.s b/crt/arm/crti.s index 2eb23ed5..0d479cd2 100644 --- a/crt/arm/crti.s +++ b/crt/arm/crti.s @@ -1,7 +1,9 @@ .section .init .global _init _init: + push {r0,lr} .section .fini .global _fini _fini: + push {r0,lr}