aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc32
AgeCommit message (Expand)Author
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
2016-05-27Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157).Joseph Myers
2016-05-25Do not raise "inexact" from powerpc32 ceil, floor, trunc (bug 15479).Joseph Myers
2016-03-11powerpc: Rearrange cfi_offset callsRajalakshmi Srinivasaraghavan
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-22powerpc: Add basic support for POWER9 sans hwcap.Carlos Eduardo Seo
2015-12-03powerpc: Add hwcap/hwcap2/platform data to TCB.Carlos Eduardo Seo
2015-11-12Fix powerpc round, roundf spurious "inexact" (bug 19238).Joseph Myers
2015-11-11Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (...Joseph Myers
2015-10-14Fix powerpc32 lround, lroundf spurious exceptions (bug 19134).Joseph Myers
2015-10-13Fix powerpc32 llround, llroundf exceptions (bug 19125).Joseph Myers
2015-10-13Move powerpc llround implementations to powerpc32 directory.Joseph Myers
2015-10-13Fix powerpc32 llrint, llrintf bad exceptions (bug 16422).Joseph Myers
2015-10-05Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190...Joseph Myers
2015-09-11Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers
2015-08-25powerpc: Fix tabort usage in syscallsPaul E. Murphy
2015-08-21powerpc: Fix memchr for powerpc32.Carlos Eduardo Seo
2015-06-02Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers
2015-04-20libc-vdso.h place consolidationAdhemerval Zanella
2015-04-15powerpc: Fix __wcschr static buildAdhemerval Zanella
2015-03-25powerpc __tls_get_addr call optimizationAlan Modra
2015-03-23Remove HAVE_ASM_PPC_REL16 referencesAlan Modra
2015-03-05Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPYH.J. Lu
2015-02-10powerpc: drop R_PPC_REL16 checkAdhemerval Zanella
2015-02-09powerpc: wordcopy/memmove cleanup for ppc32Adhemerval Zanella
2015-02-09powerpc: multiarch Makefile cleanup for powerpc32Adhemerval Zanella
2015-01-12powerpc: abort transaction in syscallsAdhemerval Zanella
2015-01-07Fix libm feupdateenv namespace (bug 17748).Joseph Myers
2015-01-07Fix libm fesetround namespace (bug 17748).Joseph Myers
2015-01-06Fix libm fesetenv namespace (bug 17748).Joseph Myers
2015-01-05Fix libm feholdexcept namespace (bug 17748).Joseph Myers
2015-01-02Fix libm fegetround namespace (bug 17748).Joseph Myers