diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-06-07 09:04:40 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-06-07 09:04:40 -0700 |
commit | 2e87c7d1582461044f8cd983fd9be121cf23803f (patch) | |
tree | 8354d220ba35192e861e604a6650daaf1976e6e1 /ChangeLog | |
parent | 8f0a947cf55f3b0c4ebdf06953c57eff67a22fa9 (diff) | |
download | glibc-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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): |