aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc64
AgeCommit message (Expand)AuthorFilesLines
2013-12-04PowerPC64 ELFv2 ABI 2/6: Remove function descriptorsUlrich Weigand5-29/+138
2013-12-04PowerPC64 ELFv2 ABI 1/6: Code refactoringUlrich Weigand4-59/+38
2013-12-04PowerPC64: Report overflow on @h and @ha relocationsAlan Modra1-2/+22
2013-10-30rename configure.in to configure.acMike Frysinger2-1/+1
2013-10-25PowerPC: strcpy/stpcpy optimization for PPC64/POWER7Adhemerval Zanella4-134/+407
2013-10-04Use stdint.h types in union unaligned.Alan Modra1-4/+4
2013-10-04Correct little-endian relocation of UADDR64,32,16.Alan Modra1-18/+10
2013-10-04PowerPC LE memchr and memrchrAlan Modra3-193/+204
2013-10-04PowerPC LE memsetAlan Modra4-28/+28
2013-10-04PowerPC LE memcpyAlan Modra5-391/+756
2013-10-04PowerPC LE memcmpAlan Modra2-939/+1715
2013-10-04PowerPC LE strchrAlan Modra3-34/+103
2013-10-04PowerPC LE strcpyAlan Modra2-1/+44
2013-10-04PowerPC LE strcmp and strncmpAlan Modra4-33/+219
2013-10-04PowerPC LE strnlenAlan Modra1-52/+59
2013-10-04PowerPC LE strlenAlan Modra2-25/+67
2013-10-04PowerPC ugly symbol versioningAlan Modra1-6/+6
2013-10-04PowerPC LE setjmp/longjmpAnton Blanchard2-40/+36
2013-10-04PowerPC floating point little-endian [14 of 15]Anton Blanchard6-7/+19
2013-10-04PowerPC floating point little-endian [12 of 15]Alan Modra2-7/+4
2013-09-25PowerPC: Fix POINTER_CHK_GUARD thread register for PPC64Adhemerval Zanella1-1/+1
2013-09-23BZ #15754: CVE-2013-4788Carlos O'Donell1-0/+10
2013-09-05PowerPC: fix POWER7 memrchr for some large inputsAdhemerval Zanella1-2/+2
2013-08-30Fix then/than typos.Ondřej Bílka2-7/+7
2013-08-21Fix typos.Ondřej Bílka1-1/+1
2013-08-20PowerPC: fix backtrace to handle signal trampolinesAdhemerval Zanella1-1/+35
2013-06-24PowerPC: Enable POWER8 platform sans hwcap bits.Ryan S. Arnold1-0/+2
2013-06-05Remove trailing whitespace.Joseph Myers29-200/+200
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar1-2/+1
2013-04-26PowerPC: modf optimization fixAdhemerval Zanella1-0/+2
2013-04-23PowerPC: modf optimizationAdhemerval Zanella1-0/+2
2013-04-01PowerPC: remove branch prediction from rint implementationAdhemerval Zanella2-6/+6
2013-03-28PowerPC: .eh_frame info in crt1.o isn't useful and triggers gold bug 14675.Alan Modra1-0/+7
2013-03-08Consolidate copies of mp code in powerpcSiddhesh Poyarekar3-221/+2
2013-03-07Merge powerpc slowexp.c into generic codeSiddhesh Poyarekar2-65/+1
2013-03-07Merge powerpc slowpow.c into generic codeSiddhesh Poyarekar2-93/+1
2013-03-07Use an intermediate variable to sum exponents in powerpc __mul and __sqrSiddhesh Poyarekar1-5/+6
2013-03-07Use generic mpa.c code for everything except __mul and __sqrSiddhesh Poyarekar1-628/+4
2013-03-06Remove powerpc64 bounded-pointers code.Joseph Myers33-458/+110
2013-02-28Sync up ppc add_magnitudes and sub_magnitudes with default codeSiddhesh Poyarekar1-52/+60
2013-02-25Sync up powerpc __mp_dbl with default codeSiddhesh Poyarekar1-3/+1
2013-02-21Mark __inv as static in powerpcSiddhesh Poyarekar1-1/+1
2013-02-21Fix whitespace differences between generic and powerpc mpa.cSiddhesh Poyarekar1-1/+1
2013-02-21Mark ZERO inputs to __mul as unlikely on powerpcSiddhesh Poyarekar1-1/+1
2013-02-20Copy comment about inner loop from powerpc mpa.c to the default oneSiddhesh Poyarekar1-1/+1
2013-02-14Remove redundant return keywordSiddhesh Poyarekar1-13/+0
2013-02-14New __sqr function as a faster special case of __mulSiddhesh Poyarekar1-0/+100
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers1-2/+2
2013-02-01Remove BOUNDED_N and BOUNDED_1.Joseph Myers1-3/+1
2013-01-20Remove use of mpa2.hAndreas Schwab1-1/+0