]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
x86-64: Rename wmemset.h to ifunc-wmemset.h
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 7 Jun 2017 21:09:59 +0000 (14:09 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 7 Jun 2017 21:48:34 +0000 (14:48 -0700)
No code changes.

* sysdeps/x86_64/multiarch/wmemset.c: Include ifunc-wmemset.h
instead of wmemset.h.
* sysdeps/x86_64/multiarch/wmemset_chk.c: Likewise.
* sysdeps/x86_64/multiarch/wmemset.h: Renamed to ...
* sysdeps/x86_64/multiarch/ifunc-wmemset.h: This.

ChangeLog
sysdeps/x86_64/multiarch/ifunc-impl-list.c
sysdeps/x86_64/multiarch/ifunc-wmemset.h [moved from sysdeps/x86_64/multiarch/wmemset.h with 100% similarity]
sysdeps/x86_64/multiarch/wmemset.c
sysdeps/x86_64/multiarch/wmemset_chk.c

index 88483ae3aa3678b626b9ebdb53c3ae3ef88277c0..bbc21abb6c307ead499ae1cc644456011e1dada7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2017-06-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update
+       comments.
+       * sysdeps/x86_64/multiarch/wmemset.c: Include ifunc-wmemset.h
+       instead of wmemset.h.
+       * sysdeps/x86_64/multiarch/wmemset_chk.c: Likewise.
+       * sysdeps/x86_64/multiarch/wmemset.h: Renamed to ...
+       * sysdeps/x86_64/multiarch/ifunc-wmemset.h: This.
+
 2017-06-07  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
 
        * stdio-common/printf-parsemb.c (__parse_one_specmb): Initialize
index ee4243a233ed14d387a21cd55ed7fe76d584467f..5627183acaf647aeea78a5f57574e8e62acc328f 100644 (file)
@@ -315,7 +315,7 @@ __libc_ifunc_impl_list (const char *name, struct libc_ifunc_impl *array,
                              __wmemcmp_ssse3)
              IFUNC_IMPL_ADD (array, i, wmemcmp, 1, __wmemcmp_sse2))
 
-  /* Support sysdeps/x86_64/multiarch/wmemset.S.  */
+  /* Support sysdeps/x86_64/multiarch/wmemset.c.  */
   IFUNC_IMPL (i, name, wmemset,
              IFUNC_IMPL_ADD (array, i, wmemset, 1,
                              __wmemset_sse2_unaligned)
@@ -444,7 +444,7 @@ __libc_ifunc_impl_list (const char *name, struct libc_ifunc_impl *array,
                              __strncmp_ssse3)
              IFUNC_IMPL_ADD (array, i, strncmp, 1, __strncmp_sse2))
 
-  /* Support sysdeps/x86_64/multiarch/wmemset_chk.S.  */
+  /* Support sysdeps/x86_64/multiarch/wmemset_chk.c.  */
   IFUNC_IMPL (i, name, __wmemset_chk,
              IFUNC_IMPL_ADD (array, i, __wmemset_chk, 1,
                              __wmemset_chk_sse2_unaligned)
index 61626a9e74829490924b0baad917996788806623..dd35be6e4992fc2cadf013d1bb5fc607f1fe5436 100644 (file)
@@ -26,7 +26,7 @@
 # undef __wmemset
 
 # define SYMBOL_NAME wmemset
-# include "wmemset.h"
+# include "ifunc-wmemset.h"
 
 libc_ifunc_redirected (__redirect_wmemset, __wmemset, IFUNC_SELECTOR ());
 weak_alias (__wmemset, wmemset)
index 2c039a514115d120fe2e2313548a6b66305e2d72..d3ded5595b5ad755a3dae3a2ca5efadb4764dd35 100644 (file)
@@ -24,7 +24,7 @@
 # undef __wmemset_chk
 
 # define SYMBOL_NAME wmemset_chk
-# include "wmemset.h"
+# include "ifunc-wmemset.h"
 
 libc_ifunc_redirected (__redirect_wmemset_chk, __wmemset_chk,
                       IFUNC_SELECTOR ());