mailing list of musl libc
 help / color / mirror / code / Atom feed
1f40212546a9763751bc5b59b294495a2873b166 blob 300 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
.global __set_thread_area
.type   __set_thread_area,@function
.align 4
__set_thread_area:
#ifdef __XTENSA_WINDOWED_ABI__
	entry	a1, 16
#endif
	wur	a2, threadptr
	movi	a2, 0
#if defined(__XTENSA_WINDOWED_ABI__)
	retw
#elif defined(__XTENSA_CALL0_ABI__)
	ret
#else
#error Unsupported Xtensa ABI
#endif
debug log:

solving 1f402125 ...
found 1f402125 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/src/thread/xtensa/__set_thread_area.S b/src/thread/xtensa/__set_thread_area.S
new file mode 100644
index 00000000..1f402125

Checking patch src/thread/xtensa/__set_thread_area.S...
Applied patch src/thread/xtensa/__set_thread_area.S cleanly.

index at:
100644 1f40212546a9763751bc5b59b294495a2873b166	src/thread/xtensa/__set_thread_area.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).