diff options
author | imp <imp@FreeBSD.org> | 2008-04-26 12:08:02 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2008-04-26 12:08:02 +0000 |
commit | 87785b8e3ae758d6475055fc7b9fdc1a7640aac0 (patch) | |
tree | e5f98313cf389dbc202e992c4946cbd65e89bcf4 /lib/libc/mips/string/memcpy.S | |
parent | cea060d682520e7be22be9111ea74d28f51de01a (diff) | |
download | FreeBSD-src-87785b8e3ae758d6475055fc7b9fdc1a7640aac0.zip FreeBSD-src-87785b8e3ae758d6475055fc7b9fdc1a7640aac0.tar.gz |
Add mips support libc from the mips2-jnpr branch of perforce.
Diffstat (limited to 'lib/libc/mips/string/memcpy.S')
-rw-r--r-- | lib/libc/mips/string/memcpy.S | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libc/mips/string/memcpy.S b/lib/libc/mips/string/memcpy.S new file mode 100644 index 0000000..8d3c0db --- /dev/null +++ b/lib/libc/mips/string/memcpy.S @@ -0,0 +1,7 @@ +/* $NetBSD: memcpy.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */ + +#include <machine/asm.h> +__FBSDID("$FreeBSD$"); + +#define MEMCOPY +#include "bcopy.S" |