summaryrefslogtreecommitdiff
path: root/sysdeps/s390/s390-32/multiarch
AgeCommit message (Collapse)AuthorFilesLines
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae4-4/+4
2013-03-05S/390: Use attribute_hidden in ifunc-resolve.cAndreas Krebbel1-3/+3
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers4-4/+4
2012-09-06S/390: Fix optimized mem* running on 31 bit kernels.Andreas Krebbel5-7/+8
2012-09-03S/390: Make IFUNC optimized mem* functions hidden.Andreas Krebbel1-3/+5
2012-07-19S/390: Add support for STT_GNU_IFUNC symbols.Andreas Krebbel5-0/+387
Add support for STT_GNU_IFUNC symbols and the new R_390_IRELATIVE relocation. Provide optimized version of memcpy, memset, and memcmp for z10 and z196.