aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc32
AgeCommit message (Expand)AuthorFilesLines
2018-03-05powerpc: Fix TLE build for SPE (BZ #22926)Adhemerval Zanella1-1/+1
2018-01-19powerpc: Fix syscalls during early process initialization [BZ #22685]Tulio Magno Quites Machado Filho1-2/+3
2018-01-12powerpc: Fix llround spurious inexact on 32-bit POWER4 [BZ #22697]Tulio Magno Quites Machado Filho1-0/+5
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers321-321/+321
2017-12-11powerpc: POWER8 memcpy optimization for cached memoryAdhemerval Zanella1-0/+2
2017-12-05Add elision tunablesRogerio Alves1-1/+1
2017-12-05Use libm_alias_float for powerpc.Joseph Myers35-35/+70
2017-12-02Use libm_alias_double for remaining powerpc functions.Joseph Myers20-185/+43
2017-12-01Base powerpc logbl compat symbols on __logb not logb.Joseph Myers1-1/+1
2017-12-01Ues libm_alias_double for various powerpc functions.Joseph Myers15-136/+31
2017-12-01Use libm_alias_double for powerpc fabs, fma.Joseph Myers2-10/+0
2017-12-01Use libm_alias_float for e500.Joseph Myers1-1/+2
2017-10-13Fix TLS relocations against local symbols on powerpc32, sparc32 and sparc64James Clarke1-1/+4
2017-10-03Use libm_alias_double for dbl-64 modf.Joseph Myers1-5/+0
2017-10-03Use libm_alias_double for dbl-64 logb.Joseph Myers1-5/+0
2017-08-25Remove powerpc32 sqrt wrappers.Joseph Myers11-604/+0
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers4-0/+4
2017-08-08Do not use __ptr_t.Joseph Myers8-8/+8
2017-06-26Rename struct ucontext tag (bug 21457).Joseph Myers1-1/+1
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg1-1/+1
2017-06-20Remove bits/string.h.Zack Weinberg1-2/+1
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra1-0/+1
2017-06-14PowerPC64 ENTRY_TOCLESSAlan Modra1-0/+2
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler1-0/+1
2017-05-11powerpc: Fix signal handling in backtraceAdhemerval Zanella1-7/+10
2017-04-06Build divdi3 only for architecture that required itAdhemerval Zanella1-0/+21
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes11-10/+7
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers330-330/+330
2016-12-28powerpc: Fix powerpc32/power7 memchr for large input sizesTulio Magno Quites Machado Filho1-1/+10
2016-12-27powerpc: Remove f{max,min}{f} assembly implementationsAdhemerval Zanella2-10/+0
2016-11-29powerpc: Add hidden definition for __sigsetjmpFlorian Weimer2-0/+2
2016-11-29powerpc: Remove unintended __longjmp symbol from ABIFlorian Weimer1-3/+1
2016-11-04Define wordsize.h macros everywhereSteve Ellcey1-0/+3
2016-10-25Fix cmpli usage in power6 memset.Joseph Myers1-1/+1
2016-10-19Stop powerpc copysignl raising "invalid" for sNaN argument (bug 20718).Joseph Myers1-3/+20
2016-10-09powerpc32: make PLT call in _mcount compatible with -msecure-plt (bug 20554)Alan Modra1-3/+24
2016-10-07Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to...Stefan Liebler16-86/+137
2016-09-19powerpc: Fix POWER9 impliesTulio Magno Quites Machado Filho1-1/+1
2016-09-07Add e500 version of fetestexceptflag.Joseph Myers1-0/+25
2016-09-07Add femode_t functions: powerpc.Joseph Myers2-0/+80
2016-09-07Add femode_t functions.Joseph Myers1-0/+4
2016-08-16Add fesetexcept: powerpc.Joseph Myers1-0/+37
2016-07-08ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240).Aurelien Jarno1-0/+5
2016-06-24Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel1-19/+0
2016-06-14Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers1-5/+0
2016-05-27Fix powerpc32 ceil, rint etc. on sNaN input (bug 20160).Joseph Myers12-12/+84
2016-05-27Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157).Joseph Myers1-2/+19
2016-05-25Do not raise "inexact" from powerpc32 ceil, floor, trunc (bug 15479).Joseph Myers6-18/+36
2016-03-11powerpc: Rearrange cfi_offset callsRajalakshmi Srinivasaraghavan3-13/+13
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers326-326/+326