mailing list of musl libc
 help / color / mirror / code / Atom feed
29a591714b78144417271dbcdcd15b15f20eef0c blob 184 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
.p2align 2
_init:
	push {r0,lr}

.section .fini
.global _fini
.type _fini,%function
.p2align 2
_fini:
	push {r0,lr}
debug log:

solving 29a59171 ...
found 29a59171 in https://inbox.vuxu.org/musl/20210506123222.76461-1-thatlemon@gmail.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/20210506123222.76461-1-thatlemon@gmail.com/
diff --git a/crt/arm/crti.s b/crt/arm/crti.s
index 18dc1e41..29a59171 100644

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

index at:
100644 29a591714b78144417271dbcdcd15b15f20eef0c	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).