Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-23 | fixes from psm: use __asm__/__volatile__ | Mike Frysinger | |
2005-11-10 | update license | Mike Frysinger | |
2005-08-14 | eat whitespace | Mike Frysinger | |
2005-08-14 | import thumb support from jbowler in Bug 385 | Mike Frysinger | |
2004-05-05 | Fix screwed up formatting | Eric Andersen | |
2004-05-05 | Jeroen Dobbelaere writes: | Eric Andersen | |
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. | |||
2003-06-11 | Fix arm syscall implementation so it does not blow chunks with gcc 3.3 | Eric Andersen | |
-Erik | |||
2002-07-25 | Implement syscall() for arm | Eric Andersen | |
-Erik |