diff options
| author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2015-02-25 07:49:51 -0500 |
|---|---|---|
| committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2015-02-25 13:25:54 -0500 |
| commit | 115e0de72a2aa6f4999f0c0c0184cbabdfec6c63 (patch) | |
| tree | aba2fe9532c6806e1000c3296a7f60634c3bd2b6 /ChangeLog | |
| parent | 137cef7d433407bd2ded8bcc5bea70e5858df47a (diff) | |
| download | glibc-115e0de72a2aa6f4999f0c0c0184cbabdfec6c63.tar.xz glibc-115e0de72a2aa6f4999f0c0c0184cbabdfec6c63.zip | |
powerpc: Fix memmove static build
This patch fixes the missing "__memcpy_ppc" symbol for memmove-ppc64
object in static builds. Since memcpy ifunc is not enabled in static
mode, the specialized symbols are not provided. The patch changed the
it to just "__memcpy" instead.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2015-02-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + + * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy + to __memcpy_ppc only for static builds. + 2015-02-25 Joseph Myers <joseph@codesourcery.com> [BZ #18020] |
