about summary refs log tree commit diff
path: root/sysdeps/s390/s390-32
Commit message (Expand)AuthorAgeFilesLines
* 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 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-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-0137-37/+37
* S390: Add CFI rule in _dl_runtime_resolve[_vx] for unwinding.Stefan Liebler2017-12-111-7/+6
* 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-5/+7
* S390: Fix build with gcc configured with --enable-default-pie. [BZ #21537]Stefan Liebler2017-06-191-4/+4
* PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra2017-06-141-0/+1
* Build divdi3 only for architecture that required itAdhemerval Zanella2017-04-061-0/+21
* S390: Clobber also r14 in TLS_LD, TLS_GD macros on 31bit.Stefan Liebler2017-04-041-4/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0136-36/+36
* 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: Do not clobber r13 with memcpy on 31bit with copies >1MB.Stefan Liebler2016-07-201-8/+5
* S390: Use DT_JUMPREL in prelink undo code.Stefan Liebler2016-07-061-4/+2
* S390: Implement mempcpy with help of memcpy. [BZ #19765]Stefan Liebler2016-05-242-22/+59
* S390: Do not call memcpy, memcmp, memset within libc.so via ifunc-plt.Stefan Liebler2016-05-243-1/+10
* S390: Use mvcle for copies > 1MB on 32bit with default memcpy variant.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: Use ahi instead of aghi in 32bit _dl_runtime_resolve.Stefan Liebler2016-04-011-1/+1
* S390: Extend structs La_s390_regs / La_s390_retval with vector-registers.Stefan Liebler2016-03-311-30/+46
* S390: Save and restore fprs/vrs while resolving symbols.Stefan Liebler2016-03-313-126/+250
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0435-35/+35
* S390: Use __asm__ instead of asm.Stefan Liebler2015-11-206-116/+116
* S390: Clean setjmp, longjmp, getcontext symbols.Stefan Liebler2015-11-091-8/+10
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* S390: Optimize memchr, rawmemchr and wmemchr.Stefan Liebler2015-08-261-0/+21
* S390: Optimize strcmp and wcscmp.Stefan Liebler2015-08-261-0/+21
* S390: Optimize strncpy and wcsncpy.Stefan Liebler2015-08-261-0/+21
* S390: Optimize strcpy and wcscpy.Stefan Liebler2015-08-261-0/+21
* S390: Refactor ifunc implementations and enable ifunc-test-framework.Stefan Liebler2015-08-2611-269/+269
* Fix BZ #18084 -- backtrace (..., 0) dumps core on x86.Paul Pluzhnikov2015-08-151-2/+5
* Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPYH.J. Lu2015-03-051-1/+1
* S390: Get rid of linknamespace failures for string functions.Stefan Liebler2015-01-167-39/+39
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0229-29/+29
* S/390: Get rid of assembler warning value truncated.Stefan Liebler2014-12-111-1/+1
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-244-7/+7
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-241-5/+5
* S/390: dl-machine.h: Use numbered labels in inline assembly.Stefan Liebler2014-11-131-9/+9
* S/390: Add SystemTap probes to longjmp and setjmp.Stefan Liebler2014-11-132-3/+22
* S/390: Get rid of warning: the comparision will always evaluate as false.Stefan Liebler2014-11-131-5/+6
* Use GOT instead of GOT12 all overSiddhesh Poyarekar2014-11-123-4/+4
* Fix stack alignment when loader is invoked directlySiddhesh Poyarekar2014-11-122-7/+61