summaryrefslogtreecommitdiff
path: root/lib/libc/arch/sparc
AgeCommit message (Expand)Author
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-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
2017-02-07Mark exect(3) obsolete and bind it to plain execve(2) on all platformskamil
2014-07-12Include sparc_v8 library into sparc64 32-bit compat libc library.nakayama
2014-07-12Use save instruction to set up a local stack frame.nakayama
2013-10-18convert to full ANSI C.mrg
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2012-09-12setcontext() used to be incompatible with -lpthread since it affectedmanu
2012-03-21c89 prototypes, unsigned intchristos
2012-03-21void castchristos
2011-09-19Mark _resumecontext as dead. ANSIfy all declarations for it.joerg
2011-04-30Save a few global registers during set/longjmp - at least the applicationmartin
2011-04-12rm -f ${.TARGET} before trying to > write to it; some how mine ended upmrg
2011-03-28ABI police: avoid cluttering global registers %g2 and %g7. Not quite theremartin
2011-03-23Avoid using %g7martin
2011-02-24Allow storing and receiving the LWP private pointer via ucontext_tjoerg
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-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-11-06Redo rev.1.13. We must refer to CURBRK via GOT in case of PIC.nakayama
2008-10-26define and use LIBCDIR in terms of .CURDIR. fixes compat/lib/libc build.mrg
2008-08-04Add C99 functions imaxabs and imaxdiv.matt
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-10As mrg@ informs me, delay slots are indented 1 and not 2 spaces.he
2008-03-10Fix the problem that CURBRK can't be referenced directly via R_SPARC_GOT13he
2007-10-08In handwritten asm use -fPIC code instead of -fpic, our libc has grownuwe
2006-12-28Provide a full frame stack space in the clone'd child.martin
2006-12-28Use CCFSZ instead of 96 for standard save operations.martin
2006-12-08Sync all resumecontext.c versions with the changes originally mademartin
2006-07-03build frexp_ieee754 and ldexp_ieee754 in the "compat" subtreedrochner
2006-06-17G/c KMSRCS and KMINCLUDES now that we have common/lib/libcuwe
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-19make these consistent.christos
2006-01-25Add machine-dependent definitions for gdtoa.kleink
2006-01-08Cosmetics (pointed out by uwe): use trivial restore, not the explicitmartin
2006-01-08Use __errno in the _REENTRANT case (pointed out by Valeriy E. Ushakov).martin
2005-12-24__asm__ -> __asmperry
2005-12-20Use reach-over sources from common/lib/libcchristos
2005-10-15Switch sparc to the new compat code layout.uwe
2005-09-14Add missing <compat/include/setjmp.h>martin
2005-06-12Add missing __RCSID()lukem
2005-05-20Prettify. Avoid code duplication.uwe
2005-04-20Don't use 'm4' here. Use $TOOL_M4 instead.jmc
2005-04-15Push back the descriptions of NaN formats, and descriptions of thekleink