diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-27 13:40:27 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-27 13:40:27 -0700 |
commit | e83c1a8a72b3ea3009e18ecb3fc0778e81655d3b (patch) | |
tree | e8622f5dbc5c21deb7f70f1a6b9a1164f484734f /sysdeps/x86_64/multiarch/rtld-rawmemchr.c | |
parent | 87cfd82a1fc269635c9b0dd37c47470b5465e775 (diff) | |
download | glibc-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/rtld-rawmemchr.c')
-rw-r--r-- | sysdeps/x86_64/multiarch/rtld-rawmemchr.c | 1 |
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" |