aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/s390/s390-32
AgeCommit message (Expand)AuthorFilesLines
2017-06-27S390: Save and restore r12 in TLS_IE macro.Stefan Liebler1-5/+7
2017-06-19S390: Fix build with gcc configured with --enable-default-pie. [BZ #21537]Stefan Liebler1-4/+4
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra1-0/+1
2017-04-06Build divdi3 only for architecture that required itAdhemerval Zanella1-0/+21
2017-04-04S390: Clobber also r14 in TLS_LD, TLS_GD macros on 31bit.Stefan Liebler1-4/+6
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers36-36/+36
2016-12-27Fix typos in the spelling of "implementation"Dmitry V. Levin1-1/+1
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers1-11/+0
2016-11-15s390x: Add hidden definition for __sigsetjmpFlorian Weimer1-18/+24
2016-11-04Define wordsize.h macros everywhereSteve Ellcey1-0/+3
2016-10-07s390: Refactor ifunc resolvers due to false debuginfo.Stefan Liebler3-4/+13
2016-07-20S390: Do not clobber r13 with memcpy on 31bit with copies >1MB.Stefan Liebler1-8/+5
2016-07-06S390: Use DT_JUMPREL in prelink undo code.Stefan Liebler1-4/+2
2016-05-24S390: Implement mempcpy with help of memcpy. [BZ #19765]Stefan Liebler2-22/+59
2016-05-24S390: Do not call memcpy, memcmp, memset within libc.so via ifunc-plt.Stefan Liebler3-1/+10
2016-05-24S390: Use mvcle for copies > 1MB on 32bit with default memcpy variant.Stefan Liebler1-1/+1
2016-05-11S390: Use fPIC to avoid R_390_GOT12 relocation in gcrt1.o.Stefan Liebler1-2/+0
2016-04-01S390: Use ahi instead of aghi in 32bit _dl_runtime_resolve.Stefan Liebler1-1/+1
2016-03-31S390: Extend structs La_s390_regs / La_s390_retval with vector-registers.Stefan Liebler1-30/+46
2016-03-31S390: Save and restore fprs/vrs while resolving symbols.Stefan Liebler3-126/+250
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers35-35/+35
2015-11-20S390: Use __asm__ instead of asm.Stefan Liebler6-116/+116
2015-11-09S390: Clean setjmp, longjmp, getcontext symbols.Stefan Liebler1-8/+10
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-08-26S390: Optimize memchr, rawmemchr and wmemchr.Stefan Liebler1-0/+21
2015-08-26S390: Optimize strcmp and wcscmp.Stefan Liebler1-0/+21
2015-08-26S390: Optimize strncpy and wcsncpy.Stefan Liebler1-0/+21
2015-08-26S390: Optimize strcpy and wcscpy.Stefan Liebler1-0/+21
2015-08-26S390: Refactor ifunc implementations and enable ifunc-test-framework.Stefan Liebler11-269/+269
2015-08-15Fix BZ #18084 -- backtrace (..., 0) dumps core on x86.Paul Pluzhnikov1-2/+5
2015-03-05Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPYH.J. Lu1-1/+1
2015-01-16S390: Get rid of linknamespace failures for string functions.Stefan Liebler7-39/+39
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers29-29/+29
2014-12-11S/390: Get rid of assembler warning value truncated.Stefan Liebler1-1/+1
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar4-7/+7
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar1-5/+5
2014-11-13S/390: dl-machine.h: Use numbered labels in inline assembly.Stefan Liebler1-9/+9
2014-11-13S/390: Add SystemTap probes to longjmp and setjmp.Stefan Liebler2-3/+22
2014-11-13S/390: Get rid of warning: the comparision will always evaluate as false.Stefan Liebler1-5/+6
2014-11-12Use GOT instead of GOT12 all overSiddhesh Poyarekar3-4/+4
2014-11-12Fix stack alignment when loader is invoked directlySiddhesh Poyarekar2-7/+61
2014-11-04Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers1-1/+1
2014-08-21Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar1-1/+1
2014-07-31S/390: Revert the jmp_buf/ucontext_t ABI change.Stefan Liebler2-15/+42
2014-06-26Fix Wundef warning for ELF_MACHINE_NO_RELASiddhesh Poyarekar1-0/+1
2014-04-11S/390: Unify 31 and 64 bit configure.acStefan Liebler2-11/+0
2014-03-24S390: Define SIZE_MAX as unsigned long (BZ #16712).Stefan Liebler1-0/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-7/+7
2014-01-07S/390: Get rid of unused variable warning in dl-machine.hAndreas Krebbel1-1/+2
2014-01-07S/390: Make jmp_buf extendible.Andreas Krebbel2-11/+15