~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:32:50 UTC
  • Revision ID: michael.hope@linaro.org-20120612033250-zdptxylw1km0zrhl
Added function type attributes to all reference assembly versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
#define push            lsr
50
50
#endif
51
51
 
52
 
                .text
53
 
        .globl memcpy
 
52
        .text
 
53
        .global memcpy
 
54
        .type   memcpy, %function
54
55
 
55
56
/* Prototype: void *memcpy(void *dest, const void *src, size_t n); */
56
57