aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc
AgeCommit message (Expand)AuthorFilesLines
2020-05-04powerpc64le/power9: guard power9 strcmp against rtld usage [BZ# 25905]Paul E. Murphy1-0/+2
2020-04-30powerpc64le: Enable support for IEEE long doubleGabriel F. T. Gomes3-0/+9
2020-04-30powerpc64le: blacklist broken GCC compilers (e.g GCC 7.5.0)Paul E. Murphy2-0/+42
2020-04-30powerpc64le: bump binutils version requirement to >= 2.26Paul E. Murphy2-0/+69
2020-04-30powerpc64le: raise GCC requirement to 7.4 for long double transitionPaul E. Murphy2-0/+94
2020-04-07powerpc: Update ULPs and xfail more ibm128 outputsTulio Magno Quites Machado Filho1-16/+18
2020-04-06powerpc64le: enforce non-specific long double in .gnu.attributes sectionPaul E. Murphy2-1/+56
2020-04-06powerpc64le: workaround ieee long double / _Float128 stdc++ bugPaul E. Murphy1-0/+11
2020-04-06powerpc64le: Enforce -mabi=ibmlongdouble when -mfloat128 usedPaul E. Murphy2-43/+53
2020-04-06powerpc64le/multiarch: don't generate strong aliases for fmaf128-ppc64Paul E. Murphy1-0/+2
2020-03-30powerpc: Add support for fmaf128() in hardwareRaphael Moreira Zinsly5-1/+127
2020-03-30math: Remove fenvinline.hAdhemerval Zanella4-113/+5
2020-03-25powerpc64: apply -mabi=ibmlongdouble to special filesPaul E. Murphy3-2/+13
2020-03-25powerpc64le: add -mno-gnu-attribute to *f128 objects and difftimePaul E. Murphy2-9/+16
2020-03-25Makeconfig: sandwich gnulib-tests between libc/ld linking of testsPaul E. Murphy1-17/+1
2020-03-25powerpc64le: Ensure correct ldouble compiler flags are usedGabriel F. T. Gomes1-0/+58
2020-03-19math: Remove inline math testsAdhemerval Zanella3-2000/+1
2020-03-06powerpc: Fix feraiseexcept and feclearexcept macrosMatheus Castanho1-2/+2
2020-02-25powerpc: Refactor fenvinline.hRogerio Alves1-13/+19
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer1-0/+20
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella1-3/+2
2020-01-21Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab2-0/+4
2020-01-18powerpc32: Fix syntax error in __GLRO macroAndreas Schwab1-1/+1
2020-01-17powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho14-45/+275
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2-12/+12
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra12-22/+21
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers577-577/+577
2019-12-19powerpc: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Adhemerval Zanella2-4/+6
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer1-1/+1
2019-11-26nptl: Add default pthreadtypes-arch.hAdhemerval Zanella1-44/+0
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella2-27/+61
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella2-7/+63
2019-11-26nptl: Remove rwlock elision definitionsAdhemerval Zanella1-5/+2
2019-11-26nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella1-0/+6
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella1-8/+0
2019-10-02[powerpc] No need to enter "Ignore Exceptions Mode"Paul A. Clarke1-4/+15
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2-36/+16
2019-09-27[powerpc] Rename fesetenv_mode to fesetenv_controlPaul A. Clarke5-6/+6
2019-09-27[powerpc] libc_feholdsetround_noex_ppc_ctx: optimize FPSCR writePaul A. Clarke1-1/+1
2019-09-27[powerpc] Rename fegetenv_status to fegetenv_controlPaul A. Clarke7-9/+9
2019-09-27[powerpc] __fesetround_inline optimizationsPaul A. Clarke1-3/+15
2019-09-27[powerpc] libc_feupdateenv_test: optimize FPSCR accessPaul A. Clarke2-2/+18
2019-09-27[powerpc] fenv_private.h clean upPaul A. Clarke8-117/+38
2019-09-19[powerpc] SET_RESTORE_ROUND optimizations and bug fixPaul A. Clarke2-25/+36
2019-09-17Refactor vDSO initialization codeAdhemerval Zanella2-3/+3
2019-09-07Fix three GNU license URLs, along with trailing-newline issues.Paul Eggert1-2/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert575-575/+575
2019-08-28[powerpc] fegetenv_status: simplify instruction generationPaul A. Clarke1-15/+6
2019-08-28[powerpc] fesetenv: optimize FPSCR accessPaul A. Clarke1-8/+4
2019-08-28[powerpc] SET_RESTORE_ROUND improvementsPaul A. Clarke1-2/+36