]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/sh/memcpy.S
Update.
[thirdparty/glibc.git] / sysdeps / sh / memcpy.S
index 67df9696aee7e2ad2547fa22d2bc913c2d446937..b084cc93ccfce2ba19be85f65eeb33c212e8e700 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
    Optimized by Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
@@ -197,3 +197,4 @@ L_exit:
        rts
        mov     r3,r0           /* Return destination.  */
 END(memcpy)
+libc_hidden_builtin_def (memcpy)