diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-05-21 19:21:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-05-21 19:21:48 +0000 |
commit | bfe6f5fa899ebc951222e5c29d33c9c223824a1e (patch) | |
tree | ea511013d336d0af9a8c4c5e8e2eeedecb215c3c /sysdeps/x86_64/mempcpy.S | |
parent | 2c2c003a5d1494ac0a06fb2fee0b2475a99d9bb7 (diff) | |
download | glibc-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/mempcpy.S')
-rw-r--r-- | sysdeps/x86_64/mempcpy.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/mempcpy.S b/sysdeps/x86_64/mempcpy.S index 4558a1699a..5cb256e65b 100644 --- a/sysdeps/x86_64/mempcpy.S +++ b/sysdeps/x86_64/mempcpy.S @@ -1,3 +1,4 @@ +#define USE_AS_MEMPCPY #define memcpy __mempcpy #define __memcpy_chk __mempcpy_chk #include <sysdeps/x86_64/memcpy.S> |