Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove duplicated _syscall6 definitions and unify them with a define | Mike Frysinger | 2005-08-08 | 1 | -1/+4 |
| | |||||
* | Fix trapa value for _syscall6() to conform with new sh syscall ABI. | Paul Mundt | 2005-05-07 | 1 | -1/+1 |
| | | | | | | | | The old sh system call interface used 0x00 - 0x0f for the trapa value (number of arguments), whereas the new ABI uses the 0x10 - 0x1f range. For some reason we were using an off-by-1 trapa immediate which ended up trashing r1 in the _syscall6() case, so we fix it up.. | ||||
* | Change <bits/syscall.h> to <bits/sysnum.h>. | Miles Bader | 2002-09-05 | 1 | -2/+2 |
| | |||||
* | Doh! I broke it. oops. Patch from Stefan Allius to fix it. | Eric Andersen | 2002-08-09 | 1 | -1/+1 |
| | |||||
* | I reworked syscalls.h to match how I'm doing other arches. Stefan Allius and | Eric Andersen | 2002-08-08 | 1 | -5/+129 |
| | | | | | | Edie C. Dost has some concerns about the perl script used to general crti.o and crtn.o and added their own versions. These versions will win since they are built last, | ||||
* | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen | 2002-07-22 | 1 | -101/+10 |
| | | | | | | Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik | ||||
* | Sync SH header files with glibc 2.2.4, so it can actually have a chance | Eric Andersen | 2002-01-02 | 1 | -2/+104 |
| | | | | | (at least in theory) of working. -Erik | ||||
* | the minimum needed for now | David McCullough | 2001-06-27 | 1 | -0/+4 |