mailing list of musl libc
 help / color / mirror / code / Atom feed
980774e8e041b8ab070def171bb87c098e874dbe blob 565 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
30
 
.syntax unified

.global __aeabi_memclr8
.global __aeabi_memclr4
.global __aeabi_memclr
.global __aeabi_memset8
.global __aeabi_memset4
.global __aeabi_memset

.type __aeabi_memclr8,%function
.type __aeabi_memclr4,%function
.type __aeabi_memclr,%function
.type __aeabi_memset8,%function
.type __aeabi_memset4,%function
.type __aeabi_memset,%function

__aeabi_memclr8:
__aeabi_memclr4:
__aeabi_memclr:
	movs  r2, #0
__aeabi_memset8:
__aeabi_memset4:
__aeabi_memset:
	cmp   r1, #0
	beq   2f
	adds  r1, r0, r1
1:	strb  r2, [r0], #1
	cmp   r1, r0
	bne   1b
2:	bx    lr
debug log:

solving 980774e8 ...
found 980774e8 in https://inbox.vuxu.org/musl/20210420191519.23822-5-ericonr@disroot.org/
found f9f60583 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 f9f605838bd973d42f4dfb76d7bce66a0353e780	src/string/arm/__aeabi_memset.s

applying [1/1] https://inbox.vuxu.org/musl/20210420191519.23822-5-ericonr@disroot.org/
diff --git a/src/string/arm/__aeabi_memset.s b/src/string/arm/__aeabi_memset.s
index f9f60583..980774e8 100644

Checking patch src/string/arm/__aeabi_memset.s...
Applied patch src/string/arm/__aeabi_memset.s cleanly.

index at:
100644 980774e8e041b8ab070def171bb87c098e874dbe	src/string/arm/__aeabi_memset.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).