summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/memmove.c
AgeCommit message (Expand)Author
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-05-12Fix warning in powerpc bcopyAndreas Schwab
2012-05-11[BZ #13673] Replace FSF snail mail address with URL.Thomas Schwinge
2012-04-18Have memmove call __builtin_memcopy on PowerPC if src and dest don't overlap.Will Schmidt