about summary refs log tree commit diff
path: root/sysdeps/s390/s390-64
Commit message (Expand)AuthorAgeFilesLines
* s390: Improve static-pie configure testsAdhemerval Zanella2024-02-282-231/+40
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0118-18/+18
* Avoid padding in _init and _fini. [BZ #31042]Stefan Liebler2023-11-302-3/+1
* elf: Remove LD_PROFILE for static binariesAdhemerval Zanella2023-11-212-4/+6
* s390x: Fix static PIE condition for toolchain bootstrapping.Stefan Liebler2023-08-182-12/+138
* configure: Use autoconf 2.71Siddhesh Poyarekar2023-07-171-12/+14
* Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov2023-05-302-4/+4
* S390: Influence hwcaps/stfle via GLIBC_TUNABLES.Stefan Liebler2023-02-071-0/+8
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0618-18/+18
* Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer2022-10-181-0/+5
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-182-0/+2
* arc4random: simplify design for better safetyJason A. Donenfeld2022-07-273-624/+0
* s390x: Add optimized chacha20Adhemerval Zanella Netto2022-07-223-0/+624
* s390: use LC_ALL=C for readelf callSam James2022-06-212-2/+2
* s390: use $READELFSam James2022-06-212-2/+2
* s390: Remove _dl_skip_args usageAdhemerval Zanella2022-05-301-16/+0
* S390: Enable static PIEStefan Liebler2022-05-183-0/+242
* S390: Add new s390 platform z16.Stefan Liebler2022-04-144-7/+43
* Remove -z combreloc and HAVE_Z_COMBRELOCFangrui Song2022-04-041-16/+2
* elf: Remove prelink supportAdhemerval Zanella2022-02-101-14/+8
* s390x: Use <gcc-macros.h> in early HWCAP checkFlorian Weimer2022-01-141-2/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0118-18/+18
* elf: Add _dl_audit_pltexitAdhemerval Zanella2021-12-281-1/+1
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2021-10-141-4/+2
* elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song2021-10-071-8/+11
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0311-11/+0
* Remove sysdeps/*/tls-macros.hFangrui Song2021-08-181-90/+0
* s390x: Check HWCAP bits against compiler flagsFlorian Weimer2021-05-191-0/+40
* Reduce the statically linked startup code [BZ #23323]Florian Weimer2021-02-251-2/+2
* 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