summaryrefslogtreecommitdiff
path: root/lib/libc/arch/hppa
AgeCommit message (Expand)Author
2022-06-26Decorate the HPPA signal trampoline with the appropriate .cfiskrll
2022-06-06Save and restore %r19 the "linkage table pointer register" across the callskrll
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-24Add _UC_GREGS_* defines for all general registersskrll
2020-10-15Remove '_OFFSETOF' prefix for genassm(1) generate CPP identifers forskrll
2020-05-10Rename curbrk to __curbrk, and make it and __minbrk hiddenskrll
2020-05-09No need to .import __cerror as SYS.h does itskrll
2020-05-05Mark __cerror as hidden to avoid using the PLT. This is required for newskrll
2020-05-05Add a space before any non-nullified instruction. NFCI.skrll
2020-05-05Add a space before any non-nullified instruction. NFCI.skrll
2020-05-05Remove unnecesary #define/#undef _LOCOREskrll
2020-05-04Remove unnecesary #define/#undef _LOCOREskrll
2020-05-03Even more trailing whitespaceskrll
2020-05-03Trailing whitespaceskrll
2020-04-18Rename "syscall" to "_syscall" and provide "syscall" as a weak alias.thorpej
2018-11-08Try speling it rite, riasthradhdadhaa or whatever your name is.riastradh
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
2016-07-16No need to define PSW_MBS as machine/psl.h provides it for usskrll
2016-01-25use __register_tchristos
2014-03-06Move to a flat space register convention. %sr[4-7] are all now the spaceskrll
2014-02-19Provide a genassym.cf in libc for hppa and use it.skrll
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2013-08-24Whitespace.skrll
2012-09-12setcontext() used to be incompatible with -lpthread since it affectedmanu
2012-03-23Shut lint up.skrll
2012-03-22Shut lint up about dp.skrll
2012-03-14Use the _end symbol rather than the end symbol. Prevents version infoskrll
2011-09-20Explicitly add back __resumecontext wrapperjoerg
2011-09-19Mark _resumecontext as dead. ANSIfy all declarations for it.joerg
2011-02-24Allow storing and receiving the LWP private pointer via ucontext_tjoerg
2010-01-07Deal with PLABELs in _lwp_makecontextskrll
2009-11-03Follow upstream license changes for files with Michael Shalayeff'ssnj
2009-10-21G/C bcopy.m4 and references to it.skrll
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
2009-01-25Sprinkle the "memory" clobber register so the fpsr manipulation actuallyskrll
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
2007-12-22Add a comment explaining stack layout and register contents.skrll
2007-12-02Implement ptrace.skrll
2007-12-02Fix include files and change use LEAF_ENTRY_NOPROFILE function to fixskrll
2007-11-18Remove unused include.skrll
2007-11-18Generate correct unwind info for syscall stubs by using LEAF_ENTRY insteadskrll
2007-10-28Set up the tail of the instruction address queue so thatskrll
2006-12-08Sync all resumecontext.c versions with the changes originally mademartin