summaryrefslogtreecommitdiffstats
path: root/libc/string/bfin/memchr.S
Commit message (Collapse)AuthorAgeFilesLines
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-2/+2
| | | | Closes issue #5194
* mark a bunch of public mem/str functions as weak so that people who insist ↵Mike Frysinger2007-12-221-0/+1
| | | | on their own local copies while static linking dont hit link failures when other uClibc code force the libc.a objects to be pulled in via the hidden alias symbols
* pull from Blackfin repo: cleanup string funcsMike Frysinger2007-09-151-12/+12
|
* blackfin needs NOPs after the loop end when the last statement in the loop ↵Mike Frysinger2006-06-271-1/+1
| | | | is an if/jump
* import some optimized functions from blackfin cvsMike Frysinger2006-05-301-0/+54