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

« back to all changes in this revision

Viewing changes to reference/glibc/memcpy.S

  • Committer: Michael Hope
  • Date: 2012-06-12 03:20:30 UTC
  • Revision ID: michael.hope@linaro.org-20120612032030-5ceelkcw4zi300y4
Updated the GLIBC routines and shifted the C only routines out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
#endif
51
51
 
52
52
                .text
 
53
        .globl memcpy
53
54
 
54
55
/* Prototype: void *memcpy(void *dest, const void *src, size_t n); */
55
56