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

« back to all changes in this revision

Viewing changes to src/neon/memcpy.S

  • 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
 * SUCH DAMAGE.
27
27
 */
28
28
 
 
29
/* For GLIBC: #include <sysdep.h> */
 
30
 
29
31
        .text
30
32
        .fpu    neon
31
33
 
140
142
        ldmfd       sp!, {r0, lr}
141
143
        bx          lr
142
144
        .fnend
 
145
 
 
146
/* For GLIBC: libc_hidden_builtin_def (memcpy) */