about summary refs log tree commit diff
path: root/sysdeps/s390/s390-64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0436-36/+36
* S390: Use __asm__ instead of asm.Stefan Liebler2015-11-2010-167/+167
* S390: Clean setjmp, longjmp, getcontext symbols.Stefan Liebler2015-11-091-16/+18
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* S390: Fix build error with gcc6 in utf8_utf16-z9.c.Stefan Liebler2015-08-261-0/+2
* 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-260/+256
* 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-40/+40
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0230-30/+30
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-244-7/+7
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-241-5/+5
* Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar2014-11-191-0/+4
* S/390: Add SystemTap probes to longjmp and setjmp.Stefan Liebler2014-11-132-4/+23
* S/390: Get rid of warning unused variable in dl-machine.h.Stefan Liebler2014-11-131-1/+2
* S/390: Get rid of warning: the comparision will always evaluate as false.Stefan Liebler2014-11-131-6/+7
* Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers2014-11-041-1/+1
* Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar2014-08-211-1/+1
* [PATCH] S390: Fix remaining ONE_DIRECTION warning messagesStefan Liebler2014-07-313-0/+3
* S/390: Revert the jmp_buf/ucontext_t ABI change.Stefan Liebler2014-07-312-9/+36
* Fix Wundef warning for ELF_MACHINE_NO_RELASiddhesh Poyarekar2014-06-261-0/+1
* Use $(rtld-prefix) more consistently.Joseph Myers2014-06-181-1/+1
* Remove redundant C locale settings.Joseph Myers2014-06-071-1/+1
* Consistently use $(elf-objpfx).Joseph Myers2014-05-211-1/+1
* S/390: Unify 31 and 64 bit configure.acStefan Liebler2014-04-112-11/+0
* S390: Define SIZE_MAX as unsigned long (BZ #16712).Stefan Liebler2014-03-241-0/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-104-41/+41