summaryrefslogtreecommitdiffstats
path: root/libc/string/arm/memcmp.S
Commit message (Collapse)AuthorAgeFilesLines
* Paul Brook writes:Bernhard Reutner-Fischer2008-03-261-0/+28
| | | | | | | | | | | | | | | 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.
* Add new option for SuSv3 legacy functions and use it for ↵Peter S. Mazinger2006-03-231-0/+2
| | | | bcopy/bzero/bcmp/index/rindex
* Khem Raj says:Mike Frysinger2006-01-311-2/+9
| | | | add support for using BX instruction for THUMB aware architectures
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-7/+6
| | | | missing headers, other jump relocs removed
* Use strong_alias everywhere instead of .global/.set. Correct some cases ↵Peter S. Mazinger2006-01-031-3/+4
| | | | where the non-hidden version was used.
* Add hidden versions, add missing .sizePeter S. Mazinger2005-11-111-3/+7
|
* syntax/whitespace touchupsMike Frysinger2005-09-161-7/+5
|
* Add missing weak alias for bcmpEric Andersen2003-11-201-0/+4
|
* Add an initial set of arm optimized string functions. TheseEric Andersen2003-11-201-0/+53
do seem to make noticable speed improvement... -Erik