X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=lib_blackfin%2Fmemcmp.S;h=6c834a7e8537821b73ffcdb771fc9abae9d193a2;hb=085551c05ca09e6c491ea11a1c6727a36776a545;hp=9b58832943d98020bb49fdc5edc207246870ac02;hpb=43f6226db002af1d1ff1adf35b422dcce9f76f76;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