summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-06-07 09:04:40 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-06-07 09:04:40 -0700
commit2e87c7d1582461044f8cd983fd9be121cf23803f (patch)
tree8354d220ba35192e861e604a6650daaf1976e6e1 /ChangeLog
parent8f0a947cf55f3b0c4ebdf06953c57eff67a22fa9 (diff)
downloadglibc-2e87c7d1582461044f8cd983fd9be121cf23803f.tar.gz
x86-64: Fold ifunc-sse4_1.h into wcsnlen.c
Since ifunc-sse4_1.h is included only by wcsnlen.c, we can fold it into wcsnlen.c. No code changes in wcsnlen.o. 2017-06-07 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/x86_64/multiarch/ifunc-sse4_1.h: Removed and folded into ... * sysdeps/x86_64/multiarch/wcsnlen.c: Here. Don't include ifunc-sse4_1.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c06d7ef85..1106110d62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-06-07 H.J. Lu <hongjiu.lu@intel.com>
+
+ * sysdeps/x86_64/multiarch/ifunc-sse4_1.h: Removed and folded
+ into ...
+ * sysdeps/x86_64/multiarch/wcsnlen.c: Here. Don't include
+ ifunc-sse4_1.h.
+
2017-06-07 Arjun Shankar <arjun.is@lostca.se>
* sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal):