mailing list of musl libc
 help / color / mirror / code / Atom feed
77dc262e9cd2d760ad1fb157f06d4a46a3fba0e5 blob 201 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
.section .init
.global _init
.align 3
_init:
	addi.d	$r3,$r3,-32
	st.d	$r31,$r3,16
	st.d	$r1,$r3,24

.section .fini
.global _fini
.align 3
_fini:
	addi.d	$r3,$r3,-32
	st.d	$r31,$r3,16
	st.d	$r1,$r3,24
debug log:

solving 77dc262e ...
found 77dc262e in https://inbox.vuxu.org/musl/631a1416.5853.17a3dd4c129.Coremail.zhaixiaojuan@loongson.cn/ ||
	https://inbox.vuxu.org/musl/43a660d5.58ae.17a3df462b9.Coremail.zhaixiaojuan@loongson.cn/

applying [1/2] https://inbox.vuxu.org/musl/631a1416.5853.17a3dd4c129.Coremail.zhaixiaojuan@loongson.cn/
diff --git a/crt/loongarch64/crti.s b/crt/loongarch64/crti.s
new file mode 100644
index 00000000..77dc262e

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

skipping https://inbox.vuxu.org/musl/43a660d5.58ae.17a3df462b9.Coremail.zhaixiaojuan@loongson.cn/ for 77dc262e
index at:
100644 77dc262e9cd2d760ad1fb157f06d4a46a3fba0e5	crt/loongarch64/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).