diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2017-01-03 17:05:32 -0200 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2017-01-03 17:48:03 -0200 |
commit | 640e44c5d0b2d0528a336d73c2c7d6dfbb266000 (patch) | |
tree | 1b723f4538c3e891c23c358237dde487186bc8e7 /ChangeLog | |
parent | e9a96ea1aca4ebaa7c86e8b83b766f118d689d0f (diff) | |
download | glibc-640e44c5d0b2d0528a336d73c2c7d6dfbb266000.tar glibc-640e44c5d0b2d0528a336d73c2c7d6dfbb266000.tar.gz glibc-640e44c5d0b2d0528a336d73c2c7d6dfbb266000.tar.bz2 glibc-640e44c5d0b2d0528a336d73c2c7d6dfbb266000.zip |
Remove duplicate strcat implementations
Since commit 6e46de42fe16 default strcat implementation is essentially
the same for specialized ia64 and powerpc ones. This patch removes the
redundant implementation and adjust powerpc64 ifunc code to use the
default one.
Checked on powerpc32-linux-gnu (default and power4) and ia64-linux build
and on powerpc64le-linux-gnu.
* sysdeps/ia64/strcat.c: Remove file.
* sysdeps/powerpc/strcat.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Use default
C implementation.
* sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: Likewise.
* sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2017-01-03 Adhemerval Zanella <adhemerval.zanella@linaro.org> + + * sysdeps/ia64/strcat.c: Remove file. + * sysdeps/powerpc/strcat.c: Likewise. + * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Use default + C implementation. + * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: Likewise. + * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: Likewise. + 2017-01-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com> Steven Munroe <sjmunroe@us.ibm.com> Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> |