summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/syscall-eabi.S
Commit message (Collapse)AuthorAgeFilesLines
* 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