OpenGrok
Cross Reference: strlen.S
xref
: /
src
/
common
/
lib
/
libc
/
arch
/
aarch64
/
string
/
strlen.S
Home
|
History
|
Annotate
|
Download
|
only in
string
History log of
/src/common/lib/libc/arch/aarch64/string/strlen.S
Revision
Date
Author
Comments
1.5
09-Sep-2020
jakllsch
Re-do previous aarch64eb strlen fix more simply and correctly.
1.4
05-Sep-2020
jakllsch
Fix a broken corner case of strlen()/strnlen() on aarch64eb
Previously a string such as "\x1\x1\x1\x1\x1\x1\x1" would count as
0 instead of 7 on BE.
1.3
01-Aug-2018
ryo
strnlen(s, (size_t)-1) returned -1. it must return the length of s.
1.2
22-Aug-2017
ryo
branches: 1.2.2; 1.2.4;
aarch64/strlen.S didn't work. fixed some bugs.
1.1
10-Aug-2014
matt
branches: 1.1.4;
Preliminary files for AARCH64 (64-bit ARM) support.
Enough for a distribution build.
1.1.4.2
19-Aug-2014
tls
Rebase to HEAD as of a few days ago.
1.1.4.1
10-Aug-2014
tls
file strlen.S was added on branch tls-maxphys on 2014-08-19 23:45:12 +0000
1.2.4.3
21-Apr-2020
martin
Ooops, restore accidently removed files from merge mishap
1.2.4.2
21-Apr-2020
martin
Sync with HEAD
1.2.4.1
10-Jun-2019
christos
Sync with HEAD
1.2.2.1
06-Sep-2018
pgoyette
Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
Indexes created Tue Oct 07 21:09:53 GMT 2025