Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "syscall.c: Use common syscall.c for ARM" | Khem Raj | 2009-09-06 | 1 | -0/+53 |
| | | | | | | | | This reverts commit b1913a876059949e6c309bafade55e9425ef33fb. OABI is still a requirement. So we override the common syscall implementation specifically for arm port. Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | syscall.c: Use common syscall.c for ARM | Khem Raj | 2009-08-01 | 1 | -53/+0 |
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | fixes from psm: use __asm__/__volatile__ | Mike Frysinger | 2006-08-23 | 1 | -16/+16 |
| | |||||
* | update license | Mike Frysinger | 2005-11-10 | 1 | -13/+1 |
| | |||||
* | eat whitespace | Mike Frysinger | 2005-08-14 | 1 | -1/+0 |
| | |||||
* | import thumb support from jbowler in Bug 385 | Mike Frysinger | 2005-08-14 | 1 | -0/+16 |
| | |||||
* | Fix screwed up formatting | Eric Andersen | 2004-05-05 | 1 | -20/+20 |
| | |||||
* | Jeroen Dobbelaere writes: | Eric Andersen | 2004-05-05 | 1 | -1/+2 |
| | | | | | | | | | | Because variables are linked to fixed registers, there is a problem in : (*__errno_location())=(-_r0); As __errno_location() uses r0 to return the address of the errno location, the negated address will be assigned instead of the error code. Attached patch will resolve this. | ||||
* | Fix arm syscall implementation so it does not blow chunks with gcc 3.3 | Eric Andersen | 2003-06-11 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Implement syscall() for arm | Eric Andersen | 2002-07-25 | 1 | -0/+49 |
-Erik |