about summary refs log tree commit diff
path: root/sysdeps/s390
Commit message (Expand)AuthorAgeFilesLines
* S390: Add new s390 platform z14.Stefan Liebler2017-08-152-3/+3
* Require binutils 2.25 or later to build glibc.Joseph Myers2017-06-282-71/+0
* S390: Use cu21 instruction for converting from utf16 to utf8.Stefan Liebler2017-06-272-3/+122
* S390: Use cu24 instruction for converting from utf16 to utf32.Stefan Liebler2017-06-272-4/+117
* S390: Use cu42 instruction for converting from utf32 to utf16.Stefan Liebler2017-06-272-4/+111
* S390: Use cu41 instruction for converting from utf32 to utf8.Stefan Liebler2017-06-272-3/+117
* S390: Add new hwcap values for new cpu architecture - arch12.Stefan Liebler2017-06-272-3/+7
* S390: Save and restore r12 in TLS_IE macro.Stefan Liebler2017-06-272-9/+13
* Remove bits/string.h.Zack Weinberg2017-06-203-255/+3
* S390: Sync ptrace.h with kernel. [BZ #21539]Stefan Liebler2017-06-191-2/+0
* S390: Fix build with gcc configured with --enable-default-pie. [BZ #21537]Stefan Liebler2017-06-192-5/+5
* PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra2017-06-142-0/+2
* S390: Use generic spinlock code.Stefan Liebler2017-06-064-115/+0
* Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler2017-06-061-0/+2
* Move shared pthread definitions to common headersAdhemerval Zanella2017-05-092-261/+81
* Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg2017-05-091-1/+1
* S390: Regenerate ULPsStefan Liebler2017-05-091-6/+6
* S390: Move utf8-utf32-z9.c to multiarch folder and use s390_libc_ifunc_expr m...Stefan Liebler2017-04-212-103/+160
* S390: Move utf16-utf32-z9.c to multiarch folder and use s390_libc_ifunc_expr ...Stefan Liebler2017-04-212-72/+114
* S390: Move utf8-utf16-z9.c to multiarch folder and use s390_libc_ifunc_expr m...Stefan Liebler2017-04-212-95/+150
* S390: Use new s390_libc_ifunc_expr macro in s390 8bit-generic.c.Stefan Liebler2017-04-212-29/+17
* 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
* Remove _dl_platform_stringAndreas Schwab2017-03-141-7/+0
* Update auto-libm-test-out for catan / catanh.Stefan Liebler2017-03-101-16/+16
* S390: Regenerate ULPsStefan Liebler2017-03-081-128/+136
* S390: Optimize atomic macros.Stefan Liebler2017-03-061-64/+103
* New pthread rwlock that is more scalable.Torvald Riegel2017-01-101-14/+14
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01259-259/+259
* New condvar implementation that provides stronger ordering guarantees.Torvald Riegel2016-12-311-8/+21
* Fix typos in the spelling of "implementation"Dmitry V. Levin2016-12-272-2/+2
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-143-42/+0
* S390: Regenerate ULPs.Stefan Liebler2016-12-021-6/+6
* Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers2016-12-011-9/+0
* Remove cached PID/TID in cloneAdhemerval Zanella2016-11-241-1/+0
* Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers2016-11-242-7/+24
* s390x: Add hidden definition for __sigsetjmpFlorian Weimer2016-11-152-36/+48
* nptl: Document the reason why __kind in pthread_mutex_t is part of the ABIFlorian Weimer2016-11-071-1/+1
* Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers2016-11-041-0/+1
* Define wordsize.h macros everywhereSteve Ellcey2016-11-042-0/+6
* S390: Fix fp comparison not raising FE_INVALID.Stefan Liebler2016-10-171-0/+36
* s390: Refactor ifunc resolvers due to false debuginfo.Stefan Liebler2016-10-0730-85/+169
* S390: Regenerate ULPsStefan Liebler2016-10-041-8/+2
* Remove the ptw-% patternsFlorian Weimer2016-09-141-2/+2
* Add femode_t functions: s390.Joseph Myers2016-09-072-0/+66
* Add femode_t functions.Joseph Myers2016-09-071-0/+8
* S390: Do not set FE_INEXACT with feraiseexcept (FE_OWERFLOW|FE_UNDERFLOW).Stefan Liebler2016-08-314-6/+100
* Add fetestexceptflag.Joseph Myers2016-08-291-0/+31
* Do not override objects in libc.a in other static libraries [BZ #20452]Florian Weimer2016-08-171-0/+1
* Add fesetexcept: s390.Joseph Myers2016-08-161-0/+33