about summary refs log tree commit diff
path: root/sysdeps/x86_64/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-05-21 19:21:48 +0000
committerUlrich Drepper <drepper@redhat.com>2007-05-21 19:21:48 +0000
commitbfe6f5fa899ebc951222e5c29d33c9c223824a1e (patch)
treeea511013d336d0af9a8c4c5e8e2eeedecb215c3c /sysdeps/x86_64/Makefile
parent2c2c003a5d1494ac0a06fb2fee0b2475a99d9bb7 (diff)
downloadglibc-bfe6f5fa899ebc951222e5c29d33c9c223824a1e.tar.gz
glibc-bfe6f5fa899ebc951222e5c29d33c9c223824a1e.tar.xz
glibc-bfe6f5fa899ebc951222e5c29d33c9c223824a1e.zip
* sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
	handling to ...
	* sysdeps/x86_64/cacheinfo.c: ... here.  New file.
	* sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
	cacheinfo.
	* sysdeps/x86_64/memcpy.S: Complete rewrite.
	* sysdeps/x86_64/mempcpy.S: Adjust appropriately.
	Patch by Evandro Menezes <evandro.menezes@amd.com>.

	* sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
Diffstat (limited to 'sysdeps/x86_64/Makefile')
-rw-r--r--sysdeps/x86_64/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/x86_64/Makefile b/sysdeps/x86_64/Makefile
index 65b7aa94ce..edbdac0e34 100644
--- a/sysdeps/x86_64/Makefile
+++ b/sysdeps/x86_64/Makefile
@@ -9,3 +9,7 @@ endif
 ifeq ($(subdir),gmon)
 sysdep_routines += _mcount
 endif
+
+ifeq ($(subdir),string)
+sysdep_routines += cacheinfo
+endif