]> git.ipfire.org Git - thirdparty/glibc.git/commit
ia64: Remove bzero optimization
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 10 Feb 2022 14:31:03 +0000 (11:31 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 23 Feb 2022 17:18:17 +0000 (14:18 -0300)
commitc0d215f162049e7ab8e86e9d2d76c87e41a55ebd
tree9dc3e85c6061f9fd4b78acf4a33f7c6cb2df2661
parentf883dbaf1fba5b870331ce980fe2176242bea6f2
ia64: Remove bzero optimization

The symbol is not present current POSIX specification and compiler
already generates memset call.  The arch specific implementation
is just to avoid the __bzero symbol creation (which ia64 abi does
not export).
string/bzero.c
sysdeps/ia64/bzero.S [deleted file]
sysdeps/ia64/bzero.c [new file with mode: 0644]