~linaro-toolchain-dev/cortex-strings/trunk

« back to all changes in this revision

Viewing changes to NOTES

  • Committer: Michael Hope
  • Date: 2011-08-30 03:54:21 UTC
  • Revision ID: michael.hope@linaro.org-20110830035421-vb2ijg1k9oyuwgs3
Added tests for memchr and strchr from GLIBC.  Added a note on the routines and where they come from.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
            --enable-profile --without-selinux --enable-stackguard-randomization \
11
11
            --with-cpu=cortex-a8
12
12
 
13
 
 
 
13
As at 2011-08-30, the routines are:
 
14
 * From Linaro:
 
15
  * memchr
 
16
  * strchr
 
17
  * strlen
 
18
 * From Bionic:
 
19
  * memcpy
 
20
  * memset
 
21
 * From ARM:
 
22
  * strcmp
 
23
  * strcpy
 
24
  * strlen