summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/arm/arm_asm.h
Commit message (Collapse)AuthorAgeFilesLines
* * libc/machine/arm/acle-compat.h: New file.Richard Earnshaw2014-03-271-19/+19
| | | | * libc/machine/arm/arm_asm.h: Use it.
* * libc/machine/arm/Makefile.am (lib_a_SOURCES): Add memchr-stub.c,Nick Clifton2011-10-181-0/+16
| | | | | | | | | | | | | | | | memchr.S. * libc/machine/arm/arm_asm.h: Add ifdef to allow it to be included in .S files. * libc/machine/arm/memchr-stub.c: New file - just selects what to compile. * libc/machine/arm/memchr.S: New file - ARMv6t2/v7 version. * libc/machine/arm/Makefile.am (lib_a_SOURCES): Add strlen-armv7.S. * libc/machine/arm/strlen-armv7.S: New file. * libc/machine/arm/strlen.c: Add ifdef optimised code so it isn't for v7 or 6t2. * libc/machine/arm/Makefile.in: Regenerate.
* 2010-02-09 Daniel Gutson <dgutson@codesourcery.com>Jeff Johnston2010-02-091-1/+2
| | | | | * libc/machine/arm/arm_asm.h (_ISA_THUMB_2): __ARM_ARCH_7EM__ added to the preprocessor condition.
* * libc/machine/arm/arm_asm.h: Fix typo.Corinna Vinschen2009-03-101-1/+1
|
* 2009-01-21 Richard Earnshaw <rearnsha@arm.com>Jeff Johnston2009-01-221-0/+81
* libc/machine/arm/arm_asm.h: New file. * libc/machine/arm/strlen.c: New file. * libc/machine/arm/strcpy.c: New file. * libc/machine/arm/strcmp.c: New file. * libc/machine/arm/Makefile.am: Add new string routines.