local-string-functions
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sun, 2 Oct 2022 17:46:25 +0000 (18:46 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 2 Oct 2022 17:46:25 +0000 (18:46 +0100)
commit51d91a6b6f3d590405bc43438ef4e23b92108c95
treeadc50e63c54f3a8d7dd24cfe090d3936617e3731
parent2c4b1b04d1ca7bb3f8563b02816e192c8bc794f0
local-string-functions

The alpha assembly version of various string functions do not work
correctly on some corner cases, and thus doesn't pass the testsuite.
This patch removes them.

Gbp-Pq: Topic alpha
Gbp-Pq: Name local-string-functions.diff
sysdeps/alpha/alphaev67/stpncpy.S [deleted file]
sysdeps/alpha/alphaev67/strncat.S [deleted file]
sysdeps/alpha/stpncpy.S [deleted file]
sysdeps/alpha/strcmp.S [deleted file]
sysdeps/alpha/strncat.S [deleted file]
sysdeps/alpha/strncmp.S [deleted file]
sysdeps/alpha/strncpy.S [deleted file]