summaryrefslogtreecommitdiff
path: root/lib/libc/arch/sh3
AgeCommit message (Expand)Author
2022-04-08fix various typos, mainly in comments, but also log messages, docs, game text.andvar
2021-11-24Decorate the SuperH 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
2020-10-15Trailing whitespaceskrll
2020-04-18Rename "syscall" to "_syscall" and provide "syscall" as a weak alias.thorpej
2017-03-22provide a common softfloat fenv implemenation and use it for softfloat builds.chs
2017-03-11fix the mapping table. this sh3 version was originally copied from arm,chs
2017-02-07Mark exect(3) obsolete and bind it to plain execve(2) on all platformskamil
2015-04-06On swapcontext(3) preserve r12 too. Properly fixes PR port-sh3/49597.uwe
2015-03-19Call libc's fpgetround.joerg
2015-01-25Adjust _UC_MACHINE_SP(oucp) to "drop" values we pushed to the stack.uwe
2014-01-20Use fabs_ieee754.c.joerg
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2012-03-22Follow the pattern from powerpc, make lint happy.he
2012-03-22Add a void to make function declaration c89.he
2011-09-19Mark _resumecontext as dead. ANSIfy all declarations for it.joerg
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-02-24Allow storing and receiving the LWP private pointer via ucontext_tjoerg
2011-01-23Correctly define inta using a helper macro for the #joerg
2009-12-06Rename ${SRCS.{alpha,arm,...}.gen} to ${LSRCS.{alpha,arm,...}.gen} becauseuebayasi
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
2007-01-17Remove more duplicate #includes, and a few spurious whitespaces at EOLhubertf
2006-12-08Sync all resumecontext.c versions with the changes originally mademartin
2006-06-28build frexp/ldexp/modf in the "compat" part (code is identical)drochner
2006-06-17G/c KMSRCS and KMINCLUDES now that we have common/lib/libcuwe
2006-06-02remove GCC2 supportmrg
2006-05-21add a local prototype for fabs()mrg
2006-05-18change __weak_extern to __weak_reference so that gcc4 works.christos
2006-05-16if SOFTFLOAT_FOR_GCC is not defined, don't declare float_detect_tininess.mrg
2006-04-23Now that bcopy.S doesn't contain the actual implemenation, move ituwe
2006-04-07retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4.mrg
2006-03-22build erand48_ieee754.c on everything but vaxdrochner
2006-03-15Add strtof(3) and strtold(3); welcome libc 12.137.kleink
2006-02-25Fix some typos.wiz
2006-02-19make these consistent.christos
2006-01-25Add machine-dependent definitions for gdtoa.kleink
2006-01-06Provide _REENTRANT version of errno = 0;uwe
2006-01-06Use JUMP_CERROR instead of messing with errno directly.uwe
2006-01-06Drop unnecessary nops.uwe
2006-01-06Simplify.uwe
2006-01-06Change !_REENTRANT && !PIC case to use r4 too.uwe
2006-01-06Open code _SYSCALL_NOERROR to shave off a memory load and a branch.uwe
2006-01-06Add .size directive.uwe