summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/powerpc/sys/cerror.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kick, kick. Fix these files which did not come from NetBSD, but thedrahn2002-10-071-0/+27
| | | | powerpc port by Dale Rahn.
* clean up ifdefs for PIC, resulting code unchanged.drahn2002-10-071-6/+3
|
* cerror -> __cerror as suggested by art, with a couple of missing _ASM_LABEL()drahn2002-10-071-1/+1
| | | | added as appropriate.
* Properly implement errno handling for the threaded libc (libc_r)drahn2000-11-261-17/+3
| | | | | | | | | The powerpc specific code was previously handling system call errors as if kernel threads existed (currently only userlang threads are modeled). Thus if multiple threads existed in a process, the process would not get the correct errno from a system call. This would cause _many_ tests to fail. Fixing this causes a number of the tests in libc_r/TEST to now work, that did not before, however a few still fail.
* Fix the _THREAD_SAFE path through the cerror code for powerpc.rahnds1999-04-211-10/+6
| | | | libc_r was never completed for the powerpc arch.
* Preliminary version for PIC support. Builds and runs standard and profiledrahnds1999-01-281-9/+34
| | | | | just fine. pic version has been compiled, but without a ld.so has not been tested. Needs binutils 2.9.1 or later to build pic version.
* Check-in of powerpc library support.rahnds1996-12-211-0/+22
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.