mailing list of musl libc
 help / color / mirror / code / Atom feed
cccda3eaef86793278c5be020945468753f24e4f blob 180 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
.syntax unified

.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}
debug log:

solving cccda3ea ...
found cccda3ea in https://inbox.vuxu.org/musl/20241010205046.2087319-1-alex@alexrp.com/
found 18dc1e41 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 18dc1e41972e500abca0057ec693d0b2f754ba98	crt/arm/crti.s

applying [1/1] https://inbox.vuxu.org/musl/20241010205046.2087319-1-alex@alexrp.com/
diff --git a/crt/arm/crti.s b/crt/arm/crti.s
index 18dc1e41..cccda3ea 100644

Checking patch crt/arm/crti.s...
Applied patch crt/arm/crti.s cleanly.

index at:
100644 cccda3eaef86793278c5be020945468753f24e4f	crt/arm/crti.s

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).