Since x86-64 no longer uses memory copy functions, add dummy memcopy.h
and wordcopy.c to reduce code size. It reduces the size of libc.so by
about 1 KB.
* sysdeps/x86_64/memcopy.h: New file.
* sysdeps/x86_64/wordcopy.c: Likewise.
+2016-06-09 H.J. Lu <hongjiu.lu@intel.com>
+
+ * sysdeps/x86_64/memcopy.h: New file.
+ * sysdeps/x86_64/wordcopy.c: Likewise.
+
2016-06-09 Florian Weimer <fweimer@redhat.com>
Prevent GCC 6 <cstdlib> from including /usr/include/stdlib.h.
--- /dev/null
+/* X86-64 doesn't use memory copy functions. */
--- /dev/null
+/* X86-64 doesn't use memory copy functions. */