mailing list of musl libc
 help / color / mirror / code / Atom feed
0f7c23a997211c5c37602939a06701df383a2977 blob 202 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
.file "crti.s"
.section .init
.global _init
.type _init,%function
_init:
	stp x29,x30,[sp,-16]!
	mov x29,sp

.section .fini
.global _fini
.type _fini,%function
_fini:
	stp x29,x30,[sp,-16]!
	mov x29,sp
debug log:

solving 0f7c23a9 ...
found 0f7c23a9 in https://inbox.vuxu.org/musl/20201030184402.807422-1-raj.khem@gmail.com/
found 775df0ac in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 775df0ac044e28d67df01bdf3402e9305fe4af6a	crt/aarch64/crti.s

applying [1/1] https://inbox.vuxu.org/musl/20201030184402.807422-1-raj.khem@gmail.com/
diff --git a/crt/aarch64/crti.s b/crt/aarch64/crti.s
index 775df0ac..0f7c23a9 100644

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

index at:
100644 0f7c23a997211c5c37602939a06701df383a2977	crt/aarch64/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).