| author | |
| committer | |
| log | 92ae5818d26925af7816fabcaec85236133b9e46 |
| tree | a7bb0ef06cd2bbea1401e8ee77873b5e11544e82 |
| parent | 2309d07e20fe99a4bac487978825bdfc65842b51 |
See upstream patch: https://www.openwall.com/lists/musl/2024/10/10/41 files changed, 2 insertions(+), 0 deletions(-)
lib/libc/musl/crt/arm/crti.s+2| ... | ... | @@ -3,11 +3,13 @@ |
| 3 | 3 | .section .init |
| 4 | 4 | .global _init |
| 5 | 5 | .type _init,%function |
| 6 | .align 2 | |
| 6 | 7 | _init: |
| 7 | 8 | 	push {r0,lr} |
| 8 | 9 | |
| 9 | 10 | .section .fini |
| 10 | 11 | .global _fini |
| 11 | 12 | .type _fini,%function |
| 13 | .align 2 | |
| 12 | 14 | _fini: |
| 13 | 15 | 	push {r0,lr} |