glibc/sysdeps/arm/armv6t2
Adhemerval Zanella 743b9c2a98 arm: Remove ununsed ARM code in optimized implementation
This patch removes the ununsed ARM code path for armv6t2 memchr and
strlen and armv7 memch and strcmp.  In all implementation, the ARM
code is not used in any possible build (unless glibc is explicit
build with the non-documented NO_THUMB compiler flag) and for armv7
the resulting code either produces wrong results (memchr) and throw
build error (strcmp).

Checked on arm-linux-gnueabihf built targeting both armv6 and
armv7.

	* sysdeps/arm/armv6t2/memchr.S (memchr): Remove ARM code path.
	* sysdeps/arm/armv6t2/strlen.S (memchr): Likewise.
	* sysdeps/arm/armv7/multiarch/memchr_neon.S (memchr): Likewise.
	* sysdeps/arm/armv7/strcmp.S (strcmp): Likewise.
2018-04-16 17:24:31 -03:00
..
Implies
ffs.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
ffsll.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
memchr.S arm: Remove ununsed ARM code in optimized implementation 2018-04-16 17:24:31 -03:00
strlen.S arm: Remove ununsed ARM code in optimized implementation 2018-04-16 17:24:31 -03:00