about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
|
* PowerPC: Fix compiler warningsAdhemerval Zanella2014-07-081-1/+3
| | | | | This patch fixes some compiler due trailing data in #undef directives and due missing prototypes.
* PowerPC: strcat optimization for PPC64/POWER7Vidya Ranganathan2014-07-021-0/+28
This patch adds an ifunc power7 strcat symbol that uses the logic on sysdeps/powerpc/strcat.c but call power7 strlen/strcpy symbols instead of default ones.