GCC 4.9 -ftree-loop-distribute-patterns now may transform loops in
memcpy. Add the alias to internal GLIBC symbol to avoid PLT creation.
+2014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
+
+ * * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
+
2014-04-30 Yang Yingliang <yangyingliang@huawei.com>
* nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
#if !defined __ASSEMBLER__ && !defined NOT_IN_libc && defined SHARED
asm ("memmove = __GI_memmove");
asm ("memset = __GI_memset");
+asm ("memcpy = __GI_memcpy");
#endif