local-string-functions
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Mon, 2 Oct 2023 20:22:57 +0000 (21:22 +0100)
committerAurelien Jarno <aurel32@debian.org>
Mon, 2 Oct 2023 20:22:57 +0000 (21:22 +0100)
commit6dcc4fffe8ffad889973d25e6cd7c95058d62931
tree7acae8b100c1ddcc8fd034c4040a6a0c764a32d5
parent9a441781aa3c7269e5c4a0530309e17cfea7502c
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]