summaryrefslogtreecommitdiff
path: root/lib/libpthread/arch/sh3
AgeCommit message (Expand)Author
2011-01-25make pthread__sp unsigned long.christos
2009-05-16Remove unused code that's confusing when using cscope/opengrok.ad
2008-10-27Fix typo in comment.uwe
2008-10-27Pull down revision 1.3.6.1 by skrll@ (adapted to include reg::r_gbr).uwe
2008-06-01Recycle unused _REG_EXPEVT slot in mcontext for _REG_GBR.uwe
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-10- Remove libpthread's atomic ops.ad
2007-03-02Remove the PTHREAD_SA option. If M:N threads is reimplemented it'sad
2006-01-06Use PLT for PIC calls to avoid text relocs in the shared library.uwe
2006-01-04In PIC code call setcontext(2) via PLT to avoid text reloc in theuwe
2005-12-31Adapt to new PIC macros that are now in <machine/asm.h>. Same binaryuwe
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2004-05-28Fix typo in comment.uwe
2003-11-20Do not move incoming paramters to callee-save registers when notuwe
2003-11-20Add _INITCONTEXT_U_MD, we need to clean _REG_SR.uwe
2003-11-20In pthread__locked_switch set self->pt_uc only when the context is inited.uwe
2003-11-18First cut at pthreads MD code for sh3. Based on m68k version.uwe
2003-11-18Add necessary symbols.uwe
2003-11-17Cause SIGTRAP if NOTREACHED code is reached.uwe
2003-09-07Remove possible race condition in upcall recycling.cl
2003-07-17Adapt to structure name changes.nathanw
2003-07-05Not that the branch in SETC doens't have a delay slot, remove theuwe
2003-07-05PIC patch from Valeriy E. Ushakov applied.marcus
2003-07-05The field "pt_sleepuc" doesn't exist in struct pthread_st.marcus
2003-06-23First bits of SH3 support. Only _context_u.S is implemented (passessuwe