diff options
| author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2015-01-20 22:02:03 -0500 |
|---|---|---|
| committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2015-02-09 06:42:28 -0500 |
| commit | 6f0993a6387158aac2b1b7ff6f8e4ffd75877d2a (patch) | |
| tree | c093e6867020661d7f2572c150f7707d68e39ead /ChangeLog | |
| parent | 3001e54c5786f714537acfb631b502e2229f883f (diff) | |
| download | glibc-6f0993a6387158aac2b1b7ff6f8e4ffd75877d2a.tar.xz glibc-6f0993a6387158aac2b1b7ff6f8e4ffd75877d2a.zip | |
powerpc: Simplify bcopy default implementation
This patch simplify the default bcopy symbol for powerpc64 by just using
memmove instead of implementing using the default bcopy. Since the
symbol is deprecated, it trades speed by code size.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2015-02-09 Adhemerval Zanellla <azanella@linux.vnet.ibm.com> + * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc): + Rewrite to call __memmove_ppc instead of include default + implementation. + * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Remove wide chars objects. [wcsmbs]: New rule for wide char objects. |
