aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/s390
AgeCommit message (Expand)AuthorFilesLines
2017-08-15S390: Add new s390 platform z14.Stefan Liebler2-3/+3
2017-06-28Require binutils 2.25 or later to build glibc.Joseph Myers2-71/+0
2017-06-27S390: Use cu21 instruction for converting from utf16 to utf8.Stefan Liebler2-3/+122
2017-06-27S390: Use cu24 instruction for converting from utf16 to utf32.Stefan Liebler2-4/+117
2017-06-27S390: Use cu42 instruction for converting from utf32 to utf16.Stefan Liebler2-4/+111
2017-06-27S390: Use cu41 instruction for converting from utf32 to utf8.Stefan Liebler2-3/+117
2017-06-27S390: Add new hwcap values for new cpu architecture - arch12.Stefan Liebler2-3/+7
2017-06-27S390: Save and restore r12 in TLS_IE macro.Stefan Liebler2-9/+13
2017-06-20Remove bits/string.h.Zack Weinberg3-255/+3
2017-06-19S390: Sync ptrace.h with kernel. [BZ #21539]Stefan Liebler1-2/+0
2017-06-19S390: Fix build with gcc configured with --enable-default-pie. [BZ #21537]Stefan Liebler2-5/+5
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra2-0/+2
2017-06-06S390: Use generic spinlock code.Stefan Liebler4-115/+0
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler1-0/+2
2017-05-09Move shared pthread definitions to common headersAdhemerval Zanella2-261/+81
2017-05-09Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg1-1/+1
2017-05-09S390: Regenerate ULPsStefan Liebler1-6/+6
2017-04-21S390: Move utf8-utf32-z9.c to multiarch folder and use s390_libc_ifunc_expr m...Stefan Liebler2-103/+160
2017-04-21S390: Move utf16-utf32-z9.c to multiarch folder and use s390_libc_ifunc_expr ...Stefan Liebler2-72/+114
2017-04-21S390: Move utf8-utf16-z9.c to multiarch folder and use s390_libc_ifunc_expr m...Stefan Liebler2-95/+150
2017-04-21S390: Use new s390_libc_ifunc_expr macro in s390 8bit-generic.c.Stefan Liebler2-29/+17
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-03-14Remove _dl_platform_stringAndreas Schwab1-7/+0
2017-03-10Update auto-libm-test-out for catan / catanh.Stefan Liebler1-16/+16
2017-03-08S390: Regenerate ULPsStefan Liebler1-128/+136
2017-03-06S390: Optimize atomic macros.Stefan Liebler1-64/+103
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel1-14/+14
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers259-259/+259
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel1-8/+21
2016-12-27Fix typos in the spelling of "implementation"Dmitry V. Levin2-2/+2
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers3-42/+0
2016-12-02S390: Regenerate ULPs.Stefan Liebler1-6/+6
2016-12-01Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers1-9/+0
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella1-1/+0
2016-11-24Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers2-7/+24
2016-11-15s390x: Add hidden definition for __sigsetjmpFlorian Weimer2-36/+48
2016-11-07nptl: Document the reason why __kind in pthread_mutex_t is part of the ABIFlorian Weimer1-1/+1
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers1-0/+1
2016-11-04Define wordsize.h macros everywhereSteve Ellcey2-0/+6
2016-10-17S390: Fix fp comparison not raising FE_INVALID.Stefan Liebler1-0/+36
2016-10-07s390: Refactor ifunc resolvers due to false debuginfo.Stefan Liebler30-85/+169
2016-10-04S390: Regenerate ULPsStefan Liebler1-8/+2
2016-09-14Remove the ptw-% patternsFlorian Weimer1-2/+2
2016-09-07Add femode_t functions: s390.Joseph Myers2-0/+66
2016-09-07Add femode_t functions.Joseph Myers1-0/+8
2016-08-31S390: Do not set FE_INEXACT with feraiseexcept (FE_OWERFLOW|FE_UNDERFLOW).Stefan Liebler4-6/+100
2016-08-29Add fetestexceptflag.Joseph Myers1-0/+31
2016-08-17Do not override objects in libc.a in other static libraries [BZ #20452]Florian Weimer1-0/+1
2016-08-16Add fesetexcept: s390.Joseph Myers1-0/+33