| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
powerpc port by Dale Rahn.
|
| |
|
|
|
|
| |
added as appropriate.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
libc_r was never completed for the powerpc arch.
|
|
|
|
|
| |
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.
|
|
NOTE: This will not work until the other pieces are checked in.
This is primarily the NetBSD powerpc port, with modifications
to support ELF.
|