X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=lib_blackfin%2Fmemcmp.S;h=6c834a7e8537821b73ffcdb771fc9abae9d193a2;hb=a8a11a9ed046b480a16e47a158f8f5300028dfa6;hp=9b58832943d98020bb49fdc5edc207246870ac02;hpb=155fd766573981090e638b493d5857562151862e;p=oweals%2Fu-boot.git diff --git a/lib_blackfin/memcmp.S b/lib_blackfin/memcmp.S index 9b58832943..6c834a7e85 100644 --- a/lib_blackfin/memcmp.S +++ b/lib_blackfin/memcmp.S @@ -31,6 +31,7 @@ */ .globl _memcmp; +.type _memcmp, STT_FUNC; _memcmp: I1 = P3; P0 = R0; /* P0 = s1 address */ @@ -98,3 +99,5 @@ _memcmp: R0 = 0; P3 = I1; RTS; + +.size _memcmp, .-_memcmp