aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc32
AgeCommit message (Expand)AuthorFilesLines
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers2-0/+2
2018-09-26Add missing unwind information to ld.so on powerpc32 (bug 23707)Andreas Schwab1-0/+3
2018-09-21powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSCAdhemerval Zanella1-17/+0
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers2-0/+2
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers2-0/+2
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers2-2/+2
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers2-0/+2
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov1-1/+1
2018-06-08Mark _init and _fini as hidden [BZ #23145]H.J. Lu1-0/+2
2018-05-24powerpc: Move around math-related ImpliesTulio Magno Quites Machado Filho1-0/+5
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki1-1/+1
2018-03-10Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg2-0/+2
2018-03-07powerpc: 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