mailing list of musl libc
 help / color / mirror / code / Atom feed
8df729793a82174f52096a8408f5e20a752f09dc blob 177 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
.file "crti.s"
.syntax unified

.section .init
.global _init
.type _init,%function
_init:
	push {r0,lr}

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

solving 8df72979 ...
found 8df72979 in https://inbox.vuxu.org/musl/20201030184402.807422-1-raj.khem@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/20201030184402.807422-1-raj.khem@gmail.com/
diff --git a/crt/arm/crti.s b/crt/arm/crti.s
index 18dc1e41..8df72979 100644

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

index at:
100644 8df729793a82174f52096a8408f5e20a752f09dc	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).