]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the asm on the memchr and strchr functions.
authorAndrew Turner <andrew@FreeBSD.org>
Mon, 19 Sep 2016 14:36:16 +0000 (14:36 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Mon, 19 Sep 2016 14:36:16 +0000 (14:36 +0000)
commit27044e1770e79240a116c8d48ac0afc82b02de96
tree7000548348091133055b35be51ddb44f35a11a81
parent09a53ad8f1318c5daae6cfb19d97f4f6459f0013
Fix the asm on the memchr and strchr functions.
Add an alias from index to strchr as is done in the libc C implementation.

Obtained from: ABT Systems Ltd
Sponsored by: The FreeBSD Foundation
contrib/cortex-strings/src/aarch64/memchr.S
contrib/cortex-strings/src/aarch64/strchr.S
contrib/cortex-strings/src/aarch64/strchrnul.S