[PATCH] X86-64: Add dummy memcopy.h and wordcopy.c

H.J. Lu hongjiu.lu@intel.com
Wed Jun 8 21:01:00 GMT 2016


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.

Tested on x86-64.  I will check it in shortly.

H.J.
---
	* sysdeps/x86_64/memcopy.h: New file.
	* sysdeps/x86_64/wordcopy.c: Likewise.
---
 sysdeps/x86_64/memcopy.h  | 1 +
 sysdeps/x86_64/wordcopy.c | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 sysdeps/x86_64/memcopy.h
 create mode 100644 sysdeps/x86_64/wordcopy.c

diff --git a/sysdeps/x86_64/memcopy.h b/sysdeps/x86_64/memcopy.h
new file mode 100644
index 0000000..590b6cb
--- /dev/null
+++ b/sysdeps/x86_64/memcopy.h
@@ -0,0 +1 @@
+/* X86-64 doesn't use memory copy functions.  */
diff --git a/sysdeps/x86_64/wordcopy.c b/sysdeps/x86_64/wordcopy.c
new file mode 100644
index 0000000..590b6cb
--- /dev/null
+++ b/sysdeps/x86_64/wordcopy.c
@@ -0,0 +1 @@
+/* X86-64 doesn't use memory copy functions.  */
-- 
2.5.5



More information about the Libc-alpha mailing list