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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
.section .init
.global _init
.type _init,%function
_init:
        ret

.section .fini
.global _fini
.type _fini %function
_fini:
        ret
debug log:

solving 8b54a65d ...
found 8b54a65d in https://inbox.vuxu.org/musl/20190524144608.5998-1-sir@cmpwn.com/

applying [1/1] https://inbox.vuxu.org/musl/20190524144608.5998-1-sir@cmpwn.com/
diff --git a/crt/riscv64/crti.s b/crt/riscv64/crti.s
new file mode 100644
index 00000000..8b54a65d

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

index at:
100644 8b54a65d12d18981c4acafe17a04ea2e3a60f9b6	crt/riscv64/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).