Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for the new CRISv32 architecture. | Peter Kjellerstedt | 2006-02-23 | 1 | -1/+22 |
| | |||||
* | make sure we include the local sysdep.h header | Mike Frysinger | 2006-01-26 | 1 | -1/+1 |
| | |||||
* | Do not assume a fifth argument is used with syscall(). Allocate stack | Peter Kjellerstedt | 2004-10-30 | 1 | -6/+6 |
| | | | | for saving SRP separately. | ||||
* | * Added clone() system call. | Tobias Anderberg | 2002-09-20 | 1 | -15/+37 |
| | | | | | | | | | | | | * Proper implementation of bits/syscalls.h, no cheating by just including <asm/unistd.h>. * Proper implementation of syscall.S, it no longer contains the __syscall_error, instead it contains code which makes syscall(nr,...) a system call. * Added sysdep.S which contains the code for __syscall_error. * Added some macros to sysdep.h. * Added sys/procfs.h, which is needed when compiling with thread support. * Removed unused syscall-cris.c. | ||||
* | Initial version of the CRIS port. | Tobias Anderberg | 2002-09-16 | 1 | -0/+18 |