about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-27 13:40:27 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-27 13:40:27 -0700
commite83c1a8a72b3ea3009e18ecb3fc0778e81655d3b (patch)
treee8622f5dbc5c21deb7f70f1a6b9a1164f484734f /sysdeps/x86_64/multiarch
parent87cfd82a1fc269635c9b0dd37c47470b5465e775 (diff)
downloadglibc-e83c1a8a72b3ea3009e18ecb3fc0778e81655d3b.tar.gz
glibc-e83c1a8a72b3ea3009e18ecb3fc0778e81655d3b.tar.xz
glibc-e83c1a8a72b3ea3009e18ecb3fc0778e81655d3b.zip
Refine testing for xmm/ymm register use in x86-64 ld.so.
The test now takes the callgraph into account.  Only code called
during runtime relocation is affected by the limitation.  We now
determine the affected object files as closely as possible from
the outside.  This allowed to remove some the specializations
for some of the string functions as they are only used in other
code paths.
Diffstat (limited to 'sysdeps/x86_64/multiarch')
-rw-r--r--sysdeps/x86_64/multiarch/rtld-rawmemchr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/x86_64/multiarch/rtld-rawmemchr.c b/sysdeps/x86_64/multiarch/rtld-rawmemchr.c
deleted file mode 100644
index 53a90675ab..0000000000
--- a/sysdeps/x86_64/multiarch/rtld-rawmemchr.c
+++ /dev/null
@@ -1 +0,0 @@
-#include "../rtld-rawmemchr.c"