summaryrefslogtreecommitdiff
path: root/lib/libc/arch/powerpc
AgeCommit message (Expand)Author
2022-05-30Obsolete hack for evbppc to replace memcmp(9), memcpy(9), and memmove(9)rin
2021-11-27Trailing whitespaceskrll
2021-11-21Decorate the powerpc signal trampoline with the appropriate .cfithorpej
2021-10-31Tidy up how __sigaction14_sigtramp.c is added to SRCS.thorpej
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2021-07-26Improve previous:rin
2021-07-24For evbppc, use C version of bcopy(3), memcpy(3), memcmp(3), andrin
2020-06-22Turn on _UC_TLSBASE for sure in the same manner as other ports.rin
2020-04-18Rename "syscall" to "_syscall" and provide "syscall" as a weak alias.thorpej
2018-11-07On ports without __HAVE_LONG_DOUBLE, make fabsl alias fabs.riastradh
2018-02-28PIC code clobbers %r30 so we need to update the saved oucp withuwe
2018-02-28PIC code clobbers %r30 so we need to update the saved oucp withuwe
2017-02-27have fpsetmask() change the FE0/FE1 MSR bits to precise mode if anychs
2017-02-07Mark exect(3) obsolete and bind it to plain execve(2) on all platformskamil
2016-12-19PR/50228: Christian Groessler: fix bzero(ptr, 0) on ppc. Check for 0 lengthchristos
2015-03-19Call libc's fpgetround.joerg
2014-08-23Minimize differences between powerpc and powerpc64matt
2014-02-01Since powerpc passes 8 arguments in registers and the syscall number in r0,matt
2014-01-28no need to duplicate the generic fabs_ieee754.c heremacallan
2014-01-28split fabs.c into hardfloat .S and softfloat .c as requested by joergmacallan
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2013-08-30Use a constructor to get the cache_info.matt
2013-07-18Use pcrel access and avoid GOT entries. Restructure a little to be morematt
2012-03-22Make lint happy.matt
2012-02-27PowerPC doesn't have CERROR since it never had a.out.matt
2012-02-27Make __cerror protected to restore ABI leak in older libc versions,joerg
2011-09-19Mark _resumecontext as dead. ANSIfy all declarations for it.joerg
2011-07-10Don't use "f" with non-fp types. Use a union to go betweenmatt
2011-07-07Don't define a new enum. Just #define round_* to their FP_Rx instead.matt
2011-07-04Add __floatunsidf __floatunsisf __floatunsitf routines.matt
2011-03-12Add PPC TLS support. Add -D_LIBC_SOURCE for tls.c and _lwp.c (powerpc)matt
2011-02-24Allow storing and receiving the LWP private pointer via ucontext_tjoerg
2011-01-29Don't use r0 to restore LR, use r7 instead.matt
2011-01-19Fix some bugs introduced when switching to new GOT/PLT format.matt
2011-01-18Change to deal with callframe changesmatt
2011-01-17Kill _NOREGNAMES. Everything should be using %rX now. If it doesn't itmatt
2011-01-16Switch to the PIC_GOTSETUP/PIC_TOCSETUP macros for PIC code. Now libcmatt
2011-01-15Use END(foo) everywhere.matt
2011-01-14Generate symbol constants for UC_GREGS_* and CALLFRAME*.matt
2010-03-14update all of these makefiles for the .so -> .pico change.mrg
2009-12-06Rename ${SRCS.{alpha,arm,...}.gen} to ${LSRCS.{alpha,arm,...}.gen} becauseuebayasi
2009-08-11Change NO_SRCS lines to specify .S in order to exclude the .c file fromdsl
2009-08-03bzero.S also defines memset(), so exclude memset.cdsl
2009-07-31Add the 'abs', 'div' and 'erand48' sources to stdlib/Makefile.inc.dsl
2009-07-30If SRCS contains any .S files then remove the corresponding .c file fromdsl
2009-07-18Remove references to index.c and rindex.c (strchr.c and strrchr.cdsl
2009-02-22Make NAN a compile time constant (with help from the compiler). Suggestedmartin
2008-08-04Add C99 functions imaxabs and imaxdiv.matt
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-18Fix a stupid typo in a comment. Pointed out by Juergen Hannken-Illjes.garbled