mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
arm: fix _init/_fini alignment in crti.o
This is just cbf59dd6
applied to arm.
This commit is contained in:
parent
047a16398b
commit
9929a571b5
1 changed files with 2 additions and 0 deletions
|
@ -3,11 +3,13 @@
|
|||
.section .init
|
||||
.global _init
|
||||
.type _init,%function
|
||||
.align 2
|
||||
_init:
|
||||
push {r0,lr}
|
||||
|
||||
.section .fini
|
||||
.global _fini
|
||||
.type _fini,%function
|
||||
.align 2
|
||||
_fini:
|
||||
push {r0,lr}
|
||||
|
|
Loading…
Add table
Reference in a new issue