diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2015-01-21 07:41:46 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2015-02-09 06:42:28 -0500 |
commit | b269211467795c71ae0ceb0ce79f2fb6614f33c9 (patch) | |
tree | 854ef54eb1bb0363f24b75cb532b19133d258e0f /sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c | |
parent | 18e270aada9d267679e7b0308a37684cfe3633b4 (diff) | |
download | glibc-b269211467795c71ae0ceb0ce79f2fb6614f33c9.tar.gz glibc-b269211467795c71ae0ceb0ce79f2fb6614f33c9.tar.xz glibc-b269211467795c71ae0ceb0ce79f2fb6614f33c9.zip |
powerpc: wordcopy/memmove cleanup for ppc64
This patch cleanup some multiarch code related to memmmove optimization. Initial IFUNC support added specialized wordcopy symbols which turned in local IFUNC calls used by memmove default implementation. This change by removing then and used the optimized memmove instead for supported chips.
Diffstat (limited to 'sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c')
-rw-r--r-- | sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c b/sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c deleted file mode 100644 index 4bd6494b58..0000000000 --- a/sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c +++ /dev/null @@ -1,19 +0,0 @@ -/* wordcopy routines for powerpc64/power6. - Copyright (C) 2013-2015 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; see the file COPYING.LIB. If - not, see <http://www.gnu.org/licenses/>. */ - -#include <sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c> |