about summary refs log tree commit diff
path: root/sysdeps/s390/s390-64
Commit message (Expand)AuthorAgeFilesLines
* Remove dbl-64/wordsize-64 (part 2)Wilco Dijkstra2021-01-071-1/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0217-17/+17
* s390x: Add glibc-hwcaps supportFlorian Weimer2020-12-103-0/+175
* S390: Remove backchain-based fallback and use generic backtrace.c.Stefan Liebler2020-03-051-147/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0116-16/+16
* S390: Use sysdeps/ieee754/dbl-64/wordsize-64 on s390x.Stefan Liebler2019-12-111-0/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0716-16/+16
* S390: Increase function alignment to 16 bytes.Stefan Liebler2019-03-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0116-16/+16
* S390: Refactor memchr ifunc handling.Stefan Liebler2018-12-182-61/+0
* S390: Refactor strcmp ifunc handling.Stefan Liebler2018-12-182-62/+0
* S390: Refactor strncpy ifunc handling.Stefan Liebler2018-12-182-24/+13
* S390: Refactor strcpy ifunc handling.Stefan Liebler2018-12-182-56/+0
* S390: Remove s390 specific implementation of bcopy.Stefan Liebler2018-12-181-71/+0
* S390: Unify 31/64bit memcpy.Stefan Liebler2018-12-184-240/+0
* S390: Unify 31/64bit memcmp.Stefan Liebler2018-12-184-196/+1
* S390: Implement bzero with memset.Stefan Liebler2018-12-181-41/+0
* S390: Unify 31/64bit memset.Stefan Liebler2018-12-184-204/+1
* S390: Implement 64-bit __fentry__Ilya Leoshkevich2018-08-103-57/+124
* 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: 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
* Mark _init and _fini as hidden [BZ #23145]H.J. Lu2018-06-081-0/+2
* elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0133-33/+33
* S390: Add CFI rule in _dl_runtime_resolve[_vx] for unwinding.Stefan Liebler2017-12-111-18/+17
* S390: Add cfi information for start routines in order to stop unwinding.Stefan Liebler2017-11-211-0/+7
* S390: Save and restore r12 in TLS_IE macro.Stefan Liebler2017-06-271-4/+6
* S390: Fix build with gcc configured with --enable-default-pie. [BZ #21537]Stefan Liebler2017-06-191-1/+1
* PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra2017-06-141-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0133-33/+33
* Fix typos in the spelling of "implementation"Dmitry V. Levin2016-12-271-1/+1
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-141-11/+0
* s390x: Add hidden definition for __sigsetjmpFlorian Weimer2016-11-151-18/+24
* Define wordsize.h macros everywhereSteve Ellcey2016-11-041-0/+3
* s390: Refactor ifunc resolvers due to false debuginfo.Stefan Liebler2016-10-073-4/+13
* S390: Use DT_JUMPREL in prelink undo code.Stefan Liebler2016-07-061-4/+2
* S390: Use s390-64 specific ionv-modules on s390-32, too.Stefan Liebler2016-05-255-2525/+0
* S390: Optimize utf16-utf32 module.Stefan Liebler2016-05-251-92/+379
* S390: Optimize utf8-utf16 module.Stefan Liebler2016-05-251-106/+441
* S390: Optimize utf8-utf32 module.Stefan Liebler2016-05-251-184/+480
* S390: Optimize iso-8859-1 to ibm037 iconv-module.Stefan Liebler2016-05-251-37/+56
* S390: Get rid of make warning: overriding recipe for target gconv-modules.Stefan Liebler2016-05-251-50/+1
* S390: Implement mempcpy with help of memcpy. [BZ #19765]Stefan Liebler2016-05-242-22/+54
* S390: Do not call memcpy, memcmp, memset within libc.so via ifunc-plt.Stefan Liebler2016-05-243-1/+10
* S390: Use 64bit instruction to check for copies of > 1MB with mvcle.Stefan Liebler2016-05-241-1/+1
* S390: Use fPIC to avoid R_390_GOT12 relocation in gcrt1.o.Stefan Liebler2016-05-111-2/+0
* S390: Extend structs La_s390_regs / La_s390_retval with vector-registers.Stefan Liebler2016-03-311-35/+49
* S390: Save and restore fprs/vrs while resolving symbols.Stefan Liebler2016-03-313-122/+246