Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Paul Brook writes: | Bernhard Reutner-Fischer | 2008-03-26 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | 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. | ||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -6/+5 |
| | | | | missing headers, other jump relocs removed | ||||
* | Use strong_alias everywhere instead of .global/.set. Correct some cases ↵ | Peter S. Mazinger | 2006-01-03 | 1 | -3/+5 |
| | | | | where the non-hidden version was used. | ||||
* | Add hidden versions, add missing .size | Peter S. Mazinger | 2005-11-11 | 1 | -3/+8 |
| | |||||
* | syntax/whitespace touchups | Mike Frysinger | 2005-09-16 | 1 | -4/+4 |
| | |||||
* | Add an initial set of arm optimized string functions. These | Eric Andersen | 2003-11-20 | 1 | -0/+48 |
do seem to make noticable speed improvement... -Erik |