aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc
AgeCommit message (Expand)AuthorFilesLines
2013-09-25PowerPC: Fix POINTER_CHK_GUARD thread register for PPC64Adhemerval Zanella1-1/+1
2013-09-23BZ #15754: CVE-2013-4788Carlos O'Donell2-0/+20
2013-09-20Make __ffs hiddenAndreas Schwab1-0/+1
2013-09-18e500 port: fpu_control.h.Joseph Myers1-1/+38
2013-09-18e500 port: setjmp/longjmp.Joseph Myers2-36/+47
2013-09-18Don't force -msoft-float for powerpc --without-fp.Joseph Myers1-5/+0
2013-09-17Fix powerpc fpu_control.h namespace and parenthesis issues (bug 15966).Joseph Myers1-12/+12
2013-09-11Update powerpc-fpu ULPs.Adhemerval Zanella1-2/+63
2013-09-05PowerPC: fix POWER7 memrchr for some large inputsAdhemerval Zanella2-4/+4
2013-09-04Remove --disable-versioning.Joseph Myers2-9/+1
2013-09-02Fix typo.Ondřej Bílka1-1/+1
2013-08-30Fix then/than typos.Ondřej Bílka4-18/+18
2013-08-21Fix typos.Ondřej Bílka6-6/+6
2013-08-20PowerPC: fix backtrace to handle signal trampolinesAdhemerval Zanella2-2/+100
2013-07-04Update powerpc-fpu ULPs.Adhemerval Zanella1-22/+146
2013-06-28PowerPC: Define AT_HWCAP2 bits and AT_HWCAP2 handling for POWER8.Ryan S. Arnold5-22/+67
2013-06-28Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold1-1/+5
2013-06-24PowerPC: Enable POWER8 platform sans hwcap bits.Ryan S. Arnold4-3/+12
2013-06-11PowerPC: Merge ports/ dl-procinfo.[ch] with base.Ryan S. Arnold2-11/+35
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers2-6/+6
2013-06-06Fix leading whitespaces.Ondrej Bilka2-2/+2
2013-06-05Remove trailing whitespace.Joseph Myers66-348/+348
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers1-3/+0
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar2-4/+2
2013-05-28Update powerpc libm-test ULPs.Adhemerval Zanella1-0/+37
2013-05-24PowerPC: Program Priority Register supportAdhemerval Zanella1-0/+30
2013-05-23PowerPC: Add functions for shared resources hints.Edjunior Machado1-0/+32
2013-05-22Don't include expected results in libm-test test names.Joseph Myers1-1875/+1875
2013-05-19Handle sincos with generic libm-test logic.Joseph Myers1-6/+6
2013-05-17PowerPC: fix hypot/hypotf check for -INFAdhemerval Zanella2-6/+6
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold5-3/+5
2013-05-08 Update powerpc libm-test ULPsAdhemerval Zanella1-6/+440
2013-05-06PowerPC: fix hypot/hypof FP exceptionsAdhemerval Zanella2-16/+14
2013-05-03Update powerpc libm-test ULPsAdhemerval Zanella1-0/+96
2013-04-30Update powerpc libm-test ULPsAdhemerval Zanella1-2/+414
2013-04-29Update powerpc libm-test ULPsAdhemerval Zanella1-27/+3318
2013-04-26PowerPC: modf optimization fixAdhemerval Zanella4-0/+4
2013-04-23PowerPC: modf optimizationAdhemerval Zanella4-0/+108
2013-04-03Refer to two GCC PRs.Thomas Schwinge1-1/+2
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge1-0/+26
2013-04-01PowerPC: remove branch prediction from rint implementationAdhemerval Zanella4-12/+12
2013-03-29Remove usage of ONE macroSiddhesh Poyarekar1-1/+1
2013-03-29Remove ZERO and MZERO macrosSiddhesh Poyarekar1-10/+10
2013-03-28PowerPC: .eh_frame info in crt1.o isn't useful and triggers gold bug 14675.Alan Modra2-0/+14
2013-03-28Fix e_logl (128ibm) spurious underflowAdhemerval Zanella1-0/+6
2013-03-26Make mantissa type of mp_no configurableSiddhesh Poyarekar1-0/+56
2013-03-26PowerPC: fix libm ABI issue for llroundlAdhemerval Zanella1-0/+4
2013-03-21PowerPC: fix sqrtl ABI issueAdhemerval Zanella1-0/+4
2013-03-15Promote a math test for sNaN handling to the top-level.Thomas Schwinge2-337/+0
2013-03-15Use GCC's builtins for generating NaNs.Thomas Schwinge1-55/+9