summaryrefslogtreecommitdiff
path: root/lib/libc/arch/alpha
AgeCommit message (Expand)Author
2021-11-20Use the DWARF pseudo-register for the signal trampoline return address.thorpej
2021-11-03CFI: Saved RA needs to point to the PC slot in the ucontext_t.thorpej
2021-11-03Set up the CFI in a slightly more rational way.thorpej
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-06Ensure that the stack is always 16-byte aligned by rounding sizes as needed.thorpej
2021-05-25POSIX sez:thorpej
2020-10-21Fix typo (thanks kamil@ for pointing it out).thorpej
2020-10-21Add call frame unwind info to the Alpha signal trampoline. Usingthorpej
2020-10-21- Consistently use _REG_* defines from assym.h to mean register numbers,thorpej
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-08-03defintion -> definitionwiz
2014-01-23Use a constant in the text segment to avoid the .lit8 out of range relocationchristos
2013-11-02fix old style declschristos
2013-03-13Remove clearing of ucontext_t, the only random register values now aremartin
2013-03-12Save the GP register value and restore it on longjmp.martin
2012-09-12Fix the build, _UC_UNIQUE has been renamed _UC_TLSBASEmanu
2012-03-21Add some casts to get rid of "bitwise op on signed value is non-portable"he
2011-09-20Explicitly add back __resumecontext wrapperjoerg
2011-09-19Mark _resumecontext as dead. ANSIfy all declarations for it.joerg
2011-06-12Use excb before and after the mt_fpcr/mf_fpcr instructions as specifiedmatt
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-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-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-05-10Backout previous: the license sweep touched these files in error, somartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-22add matching END(). found via -Wa,--fatal-warningsdogcow
2007-04-29fix typosmsaitoh
2006-11-08if setcontext(2) returns, _exit(2) with a return code of -1 insteaddrochner
2006-11-08-check for a NULL uc_link before calling setcontext(2); do a real exit(3)drochner
2006-06-28build frexp/ldexp/modf in the "compat" partdrochner
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
2005-12-24__asm__ -> __asmperry
2005-12-20Use reach-over sources from common/lib/libcchristos
2005-09-16these went to compatdrochner
2005-09-16some stuff went to compatdrochner
2005-09-16sigtramp1 moved to compatdrochner
2005-09-14Add missing <compat/include/setjmp.h>martin
2005-06-12Add missing __RCSID()lukem