From b5c51ee600b4effdc99211e528f051614852009e Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 6 Dec 1993 22:13:08 +0000 Subject: [PATCH] #define the appropriate symbol and #include bcopy.S. --- lib/libc/arch/m68k/string/memcpy.S | 2 ++ lib/libc/arch/m68k/string/memmove.S | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 lib/libc/arch/m68k/string/memcpy.S create mode 100644 lib/libc/arch/m68k/string/memmove.S diff --git a/lib/libc/arch/m68k/string/memcpy.S b/lib/libc/arch/m68k/string/memcpy.S new file mode 100644 index 000000000000..2fd5d1610b88 --- /dev/null +++ b/lib/libc/arch/m68k/string/memcpy.S @@ -0,0 +1,2 @@ +#defined MEMCOPY +#include "bcopy.S" diff --git a/lib/libc/arch/m68k/string/memmove.S b/lib/libc/arch/m68k/string/memmove.S new file mode 100644 index 000000000000..1eb1189f0c5c --- /dev/null +++ b/lib/libc/arch/m68k/string/memmove.S @@ -0,0 +1,2 @@ +#defined MEMMOVE +#include "bcopy.S"