remove the last of possible-textrels from i386 asm
[oweals/musl.git] / src / string / i386 / memmove.s
index 6e6cc8e36da2779f30f2c6fbafd728989bb4d765..2a6a504b3295555349badaffe9886ac2529d1b68 100644 (file)
@@ -4,7 +4,8 @@ memmove:
        mov 4(%esp),%eax
        sub 8(%esp),%eax
        cmp 12(%esp),%eax
-       jae memcpy
+.hidden __memcpy_fwd
+       jae __memcpy_fwd
        push %esi
        push %edi
        mov 12(%esp),%edi