summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc32
Commit message (Expand)AuthorAgeFilesLines
* Use libm_alias_float for powerpc.Joseph Myers2017-12-0535-35/+70
* Use libm_alias_double for remaining powerpc functions.Joseph Myers2017-12-0220-185/+43
* Base powerpc logbl compat symbols on __logb not logb.Joseph Myers2017-12-011-1/+1
* Ues libm_alias_double for various powerpc functions.Joseph Myers2017-12-0115-136/+31
* Use libm_alias_double for powerpc fabs, fma.Joseph Myers2017-12-012-10/+0
* Use libm_alias_float for e500.Joseph Myers2017-12-011-1/+2
* Fix TLS relocations against local symbols on powerpc32, sparc32 and sparc64James Clarke2017-10-131-1/+4
* Use libm_alias_double for dbl-64 modf.Joseph Myers2017-10-031-5/+0
* Use libm_alias_double for dbl-64 logb.Joseph Myers2017-10-031-5/+0
* Remove powerpc32 sqrt wrappers.Joseph Myers2017-08-2511-604/+0
* Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers2017-08-214-0/+4
* Do not use __ptr_t.Joseph Myers2017-08-088-8/+8
* Rename struct ucontext tag (bug 21457).Joseph Myers2017-06-261-1/+1
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-201-1/+1
* Remove bits/string.h.Zack Weinberg2017-06-201-2/+1
* PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra2017-06-141-0/+1
* PowerPC64 ENTRY_TOCLESSAlan Modra2017-06-141-0/+2
* Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler2017-06-061-0/+1
* powerpc: Fix signal handling in backtraceAdhemerval Zanella2017-05-111-7/+10
* Build divdi3 only for architecture that required itAdhemerval Zanella2017-04-061-0/+21
* Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes2017-01-0411-10/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01330-330/+330
* powerpc: Fix powerpc32/power7 memchr for large input sizesTulio Magno Quites Machado Filho2016-12-281-1/+10
* powerpc: Remove f{max,min}{f} assembly implementationsAdhemerval Zanella2016-12-272-10/+0
* powerpc: Add hidden definition for __sigsetjmpFlorian Weimer2016-11-292-0/+2
* powerpc: Remove unintended __longjmp symbol from ABIFlorian Weimer2016-11-291-3/+1
* Define wordsize.h macros everywhereSteve Ellcey2016-11-041-0/+3
* Fix cmpli usage in power6 memset.Joseph Myers2016-10-251-1/+1
* Stop powerpc copysignl raising "invalid" for sNaN argument (bug 20718).Joseph Myers2016-10-191-3/+20
* powerpc32: make PLT call in _mcount compatible with -msecure-plt (bug 20554)Alan Modra2016-10-091-3/+24
* Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to...Stefan Liebler2016-10-0716-86/+137
* powerpc: Fix POWER9 impliesTulio Magno Quites Machado Filho2016-09-191-1/+1
* Add e500 version of fetestexceptflag.Joseph Myers2016-09-071-0/+25
* Add femode_t functions: powerpc.Joseph Myers2016-09-072-0/+80
* Add femode_t functions.Joseph Myers2016-09-071-0/+4
* Add fesetexcept: powerpc.Joseph Myers2016-08-161-0/+37
* ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240).Aurelien Jarno2016-07-081-0/+5
* Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel2016-06-241-19/+0
* Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers2016-06-141-5/+0
* Fix powerpc32 ceil, rint etc. on sNaN input (bug 20160).Joseph Myers2016-05-2712-12/+84
* Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157).Joseph Myers2016-05-271-2/+19
* Do not raise "inexact" from powerpc32 ceil, floor, trunc (bug 15479).Joseph Myers2016-05-256-18/+36
* powerpc: Rearrange cfi_offset callsRajalakshmi Srinivasaraghavan2016-03-113-13/+13
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04326-326/+326
* powerpc: Add basic support for POWER9 sans hwcap.Carlos Eduardo Seo2015-12-223-0/+4
* powerpc: Add hwcap/hwcap2/platform data to TCB.Carlos Eduardo Seo2015-12-031-0/+14
* Fix powerpc round, roundf spurious "inexact" (bug 19238).Joseph Myers2015-11-122-6/+12
* Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (...Joseph Myers2015-11-112-4/+8
* Fix powerpc32 lround, lroundf spurious exceptions (bug 19134).Joseph Myers2015-10-141-2/+41
* Fix powerpc32 llround, llroundf exceptions (bug 19125).Joseph Myers2015-10-132-2/+68