summaryrefslogtreecommitdiff
path: root/lib/libpthread/arch/mips/pthread_md.h
AgeCommit message (Collapse)Author
2011-01-25make pthread__sp unsigned long.christos
2009-05-16Remove unused code that's confusing when using cscope/opengrok.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2004-07-03Catch up with changes to __fpregset_t.simonb
In __longjmp14(), copy the FP CSR from the correct array and array slot. Completes fix for PR port-mips/25942.
2003-11-26Hide the register number constants behind an _R_ prefix, and alsohe
rename FPBASE to _FPBASE, so that we avoid polluting the user's name space when e.g. <sys/ptrace.h> is included. Previously, the PC symbol in mips/regnum.h would conflict with the declaration of the external variable by the same name in termcap.h, as discovered by the ``okheaders'' regression test.
2003-06-12STACKSPACE of 16 is too small, given the use of CALLFRAME_SIZ;nathanw
increase to match.
2003-01-18Merge the nathanw_sa branch.thorpej