mailing list of musl libc
 help / color / mirror / code / Atom feed
82a837e7c8439985d575eb3d0883db06e781c323 blob 459 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 
.section .init
.global  _init
.type    _init, @function
_init:
#if defined(__XTENSA_CALL0_ABI__)
	addi	sp, sp, -16
	s32i	a0, sp, 0
#ifdef __FDPIC__
	s32i	a12, sp, 4
	mov	a12, a11
#endif
#else
#error Unsupported Xtensa ABI
#endif

.section .fini
.global  _fini
.type    _fini, @function
_fini:
#if defined(__XTENSA_CALL0_ABI__)
	addi	sp, sp, -16
	s32i	a0, sp, 0
#ifdef __FDPIC__
	s32i	a12, sp, 4
	mov	a12, a11
#endif
#else
#error Unsupported Xtensa ABI
#endif
debug log:

solving 82a837e7 ...
found 82a837e7 in https://inbox.vuxu.org/musl/20240227232430.GM4163@brightrain.aerifal.cx/

applying [1/1] https://inbox.vuxu.org/musl/20240227232430.GM4163@brightrain.aerifal.cx/
diff --git a/crt/xtensa/crti.S b/crt/xtensa/crti.S
new file mode 100644
index 00000000..82a837e7

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

index at:
100644 82a837e7c8439985d575eb3d0883db06e781c323	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).