summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/syscall-eabi.S
Commit message (Collapse)AuthorAgeFilesLines
* Revert "syscall.c: Use common syscall.c for ARM"Khem Raj2009-09-061-0/+73
| | | | | | | | 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 ARMKhem Raj2009-08-011-73/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Paul Brook writes:Bernhard Reutner-Fischer2008-03-261-0/+26
| | | | | | | | | | | | | | | The attached patch adds support for compiling arm uClibc as pure Thumb code. This is needed because some recent ARM codes do not implement traditional ARM mode. Specifically: * Cortex-M1 - An extremely minimal FPGA based core that only implements Thumb-1 (aka ARMv6-M). * Cortex-M3 - A Thumb-2 only ARMv7-M core. Most of uClibc already builds in Thumb mode, all that is left are a handful of assembly bits. Tested on arm-uclinuxeabi.
* Joseph S. Myers writes:Mike Frysinger2006-02-111-0/+4
| | | | | | This patch fixes some of the ARM EABI code to be interworking-safe, using bx where appropriate. (This code went in around the same time as the Thumb patches, hence not being fixed by those patches.)
* Patch by Joseph S. Myers to add support for ARM EABIMike Frysinger2006-01-291-0/+43