mailing list of musl libc
 help / color / mirror / code / Atom feed
5f93b193c620297d0e7bb792797ea0ebbc1588d4 blob 343 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
 
.section .init
#if defined(__XTENSA_CALL0_ABI__)
#ifdef __FDPIC__
	l32i	a12, sp, 4
#endif
	l32i	a0, sp, 0
	addi	sp, sp, 16
	ret
#else
#error Unsupported Xtensa ABI
#endif

.section .fini
#if defined(__XTENSA_CALL0_ABI__)
#ifdef __FDPIC__
	l32i	a12, sp, 4
#endif
	l32i	a0, sp, 0
	addi	sp, sp, 16
	ret
#else
#error Unsupported Xtensa ABI
#endif
debug log:

solving 5f93b193 ...
found 5f93b193 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/crtn.S b/crt/xtensa/crtn.S
new file mode 100644
index 00000000..5f93b193

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

index at:
100644 5f93b193c620297d0e7bb792797ea0ebbc1588d4	crt/xtensa/crtn.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).