diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-07-11 09:04:34 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-07-11 09:34:03 -0700 |
commit | 9016b6f3893789ddfbd978aa572b46b3d3ce762f (patch) | |
tree | c810efbead39f0efb54e7e79e4960e84c7718527 /sysdeps/x86_64 | |
parent | 758caf37366c3bebd349cd3107341dbfd761189a (diff) | |
download | glibc-9016b6f3893789ddfbd978aa572b46b3d3ce762f.tar.gz glibc-9016b6f3893789ddfbd978aa572b46b3d3ce762f.tar.xz glibc-9016b6f3893789ddfbd978aa572b46b3d3ce762f.zip |
x86: Remove the unused __x86_prefetchw
Since commit c867597bff2562180a18da4b8dba89d24e8b65c4 Author: H.J. Lu <hjl.tools@gmail.com> Date: Wed Jun 8 13:57:50 2016 -0700 X86-64: Remove previous default/SSE2/AVX2 memcpy/memmove removed the only usage of __x86_prefetchw, we can remove the unused __x86_prefetchw.
Diffstat (limited to 'sysdeps/x86_64')
-rw-r--r-- | sysdeps/x86_64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/Makefile b/sysdeps/x86_64/Makefile index d51cf03ac9..e3bb45d788 100644 --- a/sysdeps/x86_64/Makefile +++ b/sysdeps/x86_64/Makefile @@ -18,7 +18,7 @@ tests += tst-mallocalign1 endif ifeq ($(subdir),string) -sysdep_routines += cacheinfo strcasecmp_l-nonascii strncase_l-nonascii +sysdep_routines += strcasecmp_l-nonascii strncase_l-nonascii gen-as-const-headers += locale-defines.sym endif |