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

« back to all changes in this revision

Viewing changes to src/thumb-2/strcmp.c

  • Committer: Michael Hope
  • Date: 2010-09-06 03:41:48 UTC
  • Revision ID: michael.hope@linaro.org-20100906034148-s7wgv5lz1qnh5xj7
Added GLIBC add-on support

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
27
 */
28
28
 
 
29
/* For GLIBC:
 
30
#include <string.h>
 
31
#include <memcopy.h>
 
32
 
 
33
#undef strcmp
 
34
*/
 
35
 
29
36
#ifdef __ARMEB__
30
37
#define SHFT2LSB "lsl"
31
38
#define SHFT2MSB "lsr"
439
446
}
440
447
 
441
448
#endif
 
449
 
 
450
/* For GLIBC: libc_hidden_builtin_def (strcmp) */