aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc32
AgeCommit message (Expand)AuthorFilesLines
2015-12-22powerpc: Add basic support for POWER9 sans hwcap.Carlos Eduardo Seo3-0/+4
2015-12-03powerpc: Add hwcap/hwcap2/platform data to TCB.Carlos Eduardo Seo1-0/+14
2015-11-12Fix powerpc round, roundf spurious "inexact" (bug 19238).Joseph Myers2-6/+12
2015-11-11Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (...Joseph Myers2-4/+8
2015-10-14Fix powerpc32 lround, lroundf spurious exceptions (bug 19134).Joseph Myers1-2/+41
2015-10-13Fix powerpc32 llround, llroundf exceptions (bug 19125).Joseph Myers2-2/+68
2015-10-13Move powerpc llround implementations to powerpc32 directory.Joseph Myers2-0/+96
2015-10-13Fix powerpc32 llrint, llrintf bad exceptions (bug 16422).Joseph Myers4-2/+94
2015-10-05Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190...Joseph Myers3-0/+75
2015-09-11Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers1-2/+2
2015-08-25powerpc: Fix tabort usage in syscallsPaul E. Murphy1-2/+2
2015-08-21powerpc: Fix memchr for powerpc32.Carlos Eduardo Seo1-1/+1
2015-06-02Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers3-1/+7
2015-04-20libc-vdso.h place consolidationAdhemerval Zanella1-1/+1
2015-04-15powerpc: Fix __wcschr static buildAdhemerval Zanella1-4/+14
2015-03-25powerpc __tls_get_addr call optimizationAlan Modra1-0/+48
2015-03-23Remove HAVE_ASM_PPC_REL16 referencesAlan Modra1-41/+3
2015-03-05Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPYH.J. Lu1-1/+1
2015-02-10powerpc: drop R_PPC_REL16 checkAdhemerval Zanella2-44/+0
2015-02-09powerpc: wordcopy/memmove cleanup for ppc32Adhemerval Zanella6-115/+32
2015-02-09powerpc: multiarch Makefile cleanup for powerpc32Adhemerval Zanella1-4/+10
2015-01-12powerpc: abort transaction in syscallsAdhemerval Zanella1-0/+16
2015-01-07Fix libm feupdateenv namespace (bug 17748).Joseph Myers1-0/+1
2015-01-07Fix libm fesetround namespace (bug 17748).Joseph Myers1-2/+4
2015-01-06Fix libm fesetenv namespace (bug 17748).Joseph Myers2-1/+2
2015-01-05Fix libm feholdexcept namespace (bug 17748).Joseph Myers1-2/+4
2015-01-02Fix libm fegetround namespace (bug 17748).Joseph Myers1-3/+4
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers325-325/+325
2014-12-31Fix libm fegetenv namespace (bug 17748).Joseph Myers1-0/+1
2014-12-31Clean up powerpc fegetround / __fegetround inlines.Joseph Myers1-3/+0
2014-12-30Fix libm feraiseexcept namespace (bug 17723).Joseph Myers1-0/+1
2014-12-10Fix strftime wcschr namespace (bug 17634).Joseph Myers2-7/+12
2014-11-26powerpc: Fix missing barriers in atomic_exchange_and_add_{acq,rel}Adhemerval Zanella1-0/+6
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar37-51/+51
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar4-4/+4
2014-11-24Remove IS_IN_libmSiddhesh Poyarekar14-14/+14
2014-11-20Add arch-specific configuration for C11 atomics support.Torvald Riegel1-0/+3
2014-11-14Fix build of C mempcpy and stpcpy.Joseph Myers1-0/+1
2014-11-04Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers1-1/+1
2014-11-04Don't use INTDEF/INTUSE with _dl_argv (bug 14132).Joseph Myers1-1/+1
2014-10-31powerpc: Change atomic_write_barrier to have release semantics.Torvald Riegel1-0/+2
2014-10-23Don't use INTDEF for powerpc32 compat symbols (bug 14132).Joseph Myers1-14/+0
2014-09-02Define __GI_fegetenv for e500 libmKhem Raj1-0/+1
2014-08-21Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar1-1/+1
2014-07-08PowerPC: Cleanup powerpc memmoveAdhemerval Zanella3-2/+4
2014-07-08PowerPC: Fix compiler warningsAdhemerval Zanella2-2/+2
2014-07-08PowerPC: Add ifunc tests for memmoveAdhemerval Zanella1-0/+6
2014-07-07PowerPC: Align power7 memcpy using VSX to quadwordAdhemerval Zanella1-2/+2
2014-07-07PowerPC: optimized memmove for POWER7/PPC32Adhemerval Zanella4-1/+100
2014-07-03Always provide HP_SMALL_TIMING_AVAILRichard Henderson1-0/+1