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

« back to all changes in this revision

Viewing changes to src/neon/memset.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
@       .syntax unified
31
33
@       .thumb
117
119
        ldmfd       sp!, {r0}
118
120
        bx          lr
119
121
        .fnend
 
122
 
 
123
/* For GLIBC: libc_hidden_builtin_def (memset) */