about summary refs log tree commit diff
path: root/sysdeps/s390
Commit message (Expand)AuthorAgeFilesLines
* S390: Refactor rawmemchr ifunc handling.Stefan Liebler2018-12-187-32/+118
* S390: Refactor memchr ifunc handling.Stefan Liebler2018-12-1810-105/+127
* S390: Refactor strcspn ifunc handling.Stefan Liebler2018-12-187-21/+111
* S390: Refactor strpbrk ifunc handling.Stefan Liebler2018-12-187-21/+111
* S390: Refactor strspn ifunc handling.Stefan Liebler2018-12-187-20/+110
* S390: Refactor strrchr ifunc handling.Stefan Liebler2018-12-187-22/+113
* S390: Refactor strchrnul ifunc handling.Stefan Liebler2018-12-187-19/+106
* S390: Refactor strchr ifunc handling.Stefan Liebler2018-12-187-22/+113
* S390: Refactor strncmp ifunc handling.Stefan Liebler2018-12-187-20/+110
* S390: Refactor strcmp ifunc handling.Stefan Liebler2018-12-1810-104/+119
* S390: Refactor strncat ifunc handling.Stefan Liebler2018-12-187-16/+108
* S390: Refactor strcat ifunc handling.Stefan Liebler2018-12-187-21/+108
* S390: Refactor stpncpy ifunc handling.Stefan Liebler2018-12-187-22/+113
* S390: Refactor strncpy ifunc handling.Stefan Liebler2018-12-1810-66/+123
* S390: Refactor stpcpy ifunc handling.Stefan Liebler2018-12-187-26/+118
* S390: Refactor strcpy ifunc handling.Stefan Liebler2018-12-1810-103/+123
* S390: Refactor strnlen ifunc handling.Stefan Liebler2018-12-187-21/+113
* S390: Refactor strlen ifunc handling.Stefan Liebler2018-12-187-20/+108
* S390: Add z13 memmem ifunc variant.Stefan Liebler2018-12-186-1/+218
* S390: Add z13 strstr ifunc variant.Stefan Liebler2018-12-186-1/+191
* S390: Add z13 memmove ifunc variant.Stefan Liebler2018-12-186-1/+217
* S390: Add configure check to detect z13 as mininum architecture level set.Stefan Liebler2018-12-182-0/+66
* S390: Use memcpy for forward cases in memmove.Stefan Liebler2018-12-181-0/+23
* S390: Remove s390 specific implementation of bcopy.Stefan Liebler2018-12-182-156/+0
* S390: Refactor memcpy/mempcpy ifunc handling.Stefan Liebler2018-12-189-195/+265
* S390: Unify 31/64bit memcpy.Stefan Liebler2018-12-189-281/+81
* S390: Refactor memcmp ifunc handling.Stefan Liebler2018-12-187-148/+204
* S390: Unify 31/64bit memcmp.Stefan Liebler2018-12-189-219/+60
* S390: Implement bzero with memset.Stefan Liebler2018-12-186-68/+89
* S390: Refactor memset ifunc handling.Stefan Liebler2018-12-187-146/+215
* S390: Unify 31/64bit memset.Stefan Liebler2018-12-189-230/+63
* S390: Use hwcap instead of dl_hwcap in ifunc-resolvers.Stefan Liebler2018-12-181-6/+6
* S390: Add configure check to detect z10 as mininum architecture level set.Stefan Liebler2018-12-182-0/+68
* S390: Regenerate ULPs.Stefan Liebler2018-11-281-12/+8
* S390: Regenerate ULPs.Stefan Liebler2018-09-061-68/+64
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-08-311-1/+1
* math: Regenerate s390 ulpsFlorian Weimer2018-08-171-0/+18
* S390: Fix unwind in 32-bit _mcountIlya Leoshkevich2018-08-101-2/+6
* S390: Implement 64-bit __fentry__Ilya Leoshkevich2018-08-103-57/+124
* S390: Test that lazy binding does not clobber R0Ilya Leoshkevich2018-08-107-0/+220
* S390: Do not clobber R0 in 64-bit _dl_runtime_profileIlya Leoshkevich2018-08-101-0/+6
* S390: Do not clobber R0 in 64-bit _dl_runtime_resolveIlya Leoshkevich2018-08-101-2/+8
* S390: Do not clobber R0 in 32-bit _dl_runtime_profileIlya Leoshkevich2018-08-101-0/+6
* S390: Do not clobber R0 in 32-bit _dl_runtime_resolveIlya Leoshkevich2018-08-101-2/+8
* S390: Use symbolic offsets for stack variables in 64-bit _dl_runtime_profileIlya Leoshkevich2018-08-101-84/+143
* S390: Use symbolic offsets for stack variables in 64-bit _dl_runtime_resolveIlya Leoshkevich2018-08-101-41/+83
* S390: Use symbolic offsets for stack variables in 32-bit _dl_runtime_profileIlya Leoshkevich2018-08-101-78/+135
* S390: Use symbolic offsets for stack variables in 32-bit _dl_runtime_resolveIlya Leoshkevich2018-08-101-36/+73
* Mark _init and _fini as hidden [BZ #23145]H.J. Lu2018-06-082-0/+4
* nptl: Remove __ASSUME_PRIVATE_FUTEXH.J. Lu2018-05-171-4/+0