summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc32
AgeCommit message (Expand)Author
2018-06-08Mark _init and _fini as hidden [BZ #23145]H.J. Lu
2018-05-24powerpc: Move around math-related ImpliesTulio Magno Quites Machado Filho
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki
2018-03-10Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg
2018-03-07powerpc: Fix TLE build for SPE (BZ #22926)Adhemerval Zanella
2018-01-19powerpc: Fix syscalls during early process initialization [BZ #22685]Tulio Magno Quites Machado Filho
2018-01-12powerpc: Fix llround spurious inexact on 32-bit POWER4 [BZ #22697]Tulio Magno Quites Machado Filho
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-11powerpc: POWER8 memcpy optimization for cached memoryAdhemerval Zanella
2017-12-05Add elision tunablesRogerio Alves
2017-12-05Use libm_alias_float for powerpc.Joseph Myers
2017-12-02Use libm_alias_double for remaining powerpc functions.Joseph Myers
2017-12-01Base powerpc logbl compat symbols on __logb not logb.Joseph Myers
2017-12-01Ues libm_alias_double for various powerpc functions.Joseph Myers
2017-12-01Use libm_alias_double for powerpc fabs, fma.Joseph Myers
2017-12-01Use libm_alias_float for e500.Joseph Myers
2017-10-13Fix TLS relocations against local symbols on powerpc32, sparc32 and sparc64James Clarke
2017-10-03Use libm_alias_double for dbl-64 modf.Joseph Myers
2017-10-03Use libm_alias_double for dbl-64 logb.Joseph Myers
2017-08-25Remove powerpc32 sqrt wrappers.Joseph Myers
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers
2017-08-08Do not use __ptr_t.Joseph Myers
2017-06-26Rename struct ucontext tag (bug 21457).Joseph Myers
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg
2017-06-20Remove bits/string.h.Zack Weinberg
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra
2017-06-14PowerPC64 ENTRY_TOCLESSAlan Modra
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler
2017-05-11powerpc: Fix signal handling in backtraceAdhemerval Zanella
2017-04-06Build divdi3 only for architecture that required itAdhemerval Zanella
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-28powerpc: Fix powerpc32/power7 memchr for large input sizesTulio Magno Quites Machado Filho
2016-12-27powerpc: Remove f{max,min}{f} assembly implementationsAdhemerval Zanella
2016-11-29powerpc: Add hidden definition for __sigsetjmpFlorian Weimer
2016-11-29powerpc: Remove unintended __longjmp symbol from ABIFlorian Weimer
2016-11-04Define wordsize.h macros everywhereSteve Ellcey
2016-10-25Fix cmpli usage in power6 memset.Joseph Myers
2016-10-19Stop powerpc copysignl raising "invalid" for sNaN argument (bug 20718).Joseph Myers
2016-10-09powerpc32: make PLT call in _mcount compatible with -msecure-plt (bug 20554)Alan Modra
2016-10-07Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to...Stefan Liebler
2016-09-19powerpc: Fix POWER9 impliesTulio Magno Quites Machado Filho
2016-09-07Add e500 version of fetestexceptflag.Joseph Myers
2016-09-07Add femode_t functions: powerpc.Joseph Myers
2016-09-07Add femode_t functions.Joseph Myers
2016-08-16Add fesetexcept: powerpc.Joseph Myers
2016-07-08ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240).Aurelien Jarno
2016-06-24Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel
2016-06-14Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers
2016-05-27Fix powerpc32 ceil, rint etc. on sNaN input (bug 20160).Joseph Myers