mailing list of musl libc
 help / color / mirror / code / Atom feed
4d4f8f12f1bd11d0315ebd21022f39509f257b37 blob 305 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
 
.section .init
.global  _init
.type    _init, @function
_init:
	addi	sp, sp, -16
	s32i	a0, sp, 0
#ifdef __FDPIC__
	s32i	a12, sp, 4
	mov	a12, a11
#endif

.section .fini
.global  _fini
.type    _fini, @function
_fini:
	addi	sp, sp, -16
	s32i	a0, sp, 0
#ifdef __FDPIC__
	s32i	a12, sp, 4
	mov	a12, a11
#endif
debug log:

solving 4d4f8f12f1bd ...
found 4d4f8f12f1bd in https://inbox.vuxu.org/musl/20240328200319.4016902-2-jcmvbkbc@gmail.com/

applying [1/1] https://inbox.vuxu.org/musl/20240328200319.4016902-2-jcmvbkbc@gmail.com/
diff --git a/crt/xtensa/crti.S b/crt/xtensa/crti.S
new file mode 100644
index 000000000000..4d4f8f12f1bd

Checking patch crt/xtensa/crti.S...
Applied patch crt/xtensa/crti.S cleanly.

index at:
100644 4d4f8f12f1bd11d0315ebd21022f39509f257b37	crt/xtensa/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).