powerpc: Simplify bcopy default implementation
commit6f0993a6387158aac2b1b7ff6f8e4ffd75877d2a
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Wed, 21 Jan 2015 03:02:03 +0000 (20 22:02 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Mon, 9 Feb 2015 11:42:28 +0000 (9 06:42 -0500)
treec093e6867020661d7f2572c150f7707d68e39ead
parent3001e54c5786f714537acfb631b502e2229f883f
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.
ChangeLog
sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c