mailing list of musl libc
 help / color / mirror / code / Atom feed
919369ca66d1b8174f3a18b890d052670a0385f6 blob 156 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
.file "crti.s"
.section .init
.global _init
_init:
	l.addi	r1,r1,-4
	l.sw	0(r1),r9

.section .fini
.global _fini
_fini:
	l.addi  r1,r1,-4
	l.sw    0(r1),r9
debug log:

solving 919369ca ...
found 919369ca in https://inbox.vuxu.org/musl/20201030184402.807422-1-raj.khem@gmail.com/
found 7e741459 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 7e7414596a06d17aa835449a17ed11e8ea8c7ff0	crt/or1k/crti.s

applying [1/1] https://inbox.vuxu.org/musl/20201030184402.807422-1-raj.khem@gmail.com/
diff --git a/crt/or1k/crti.s b/crt/or1k/crti.s
index 7e741459..919369ca 100644

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

index at:
100644 919369ca66d1b8174f3a18b890d052670a0385f6	crt/or1k/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).