diff options
author | Richard Li <richardpku@gmail.com> | 2010-10-25 14:13:17 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-10-25 14:13:17 -0400 |
commit | dbf3a06904168417a05882a871342e7a9ee3b383 (patch) | |
tree | 55827c81876bdbd37b82c111a1fce74ca74e392a /NEWS | |
parent | fdc0f374bcd2d0513569aa8d600f960e43e8af1d (diff) | |
download | glibc-dbf3a06904168417a05882a871342e7a9ee3b383.tar.gz glibc-dbf3a06904168417a05882a871342e7a9ee3b383.tar.xz glibc-dbf3a06904168417a05882a871342e7a9ee3b383.zip |
Fix x86-64 strchr propagation of search byte into all bytes of SSE register
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 23f1e2df34..30bbd4bbf3 100644 --- a/NEWS +++ b/NEWS @@ -11,7 +11,7 @@ Version 2.13 3268, 7066, 10851, 11611, 11640, 11701, 11840, 11856, 11883, 11903, 11904, 11968, 11979, 12005, 12037, 12067, 12077, 12078, 12092, 12093, 12107, 12108, - 12113, 12140 + 12113, 12140, 12159 * New Linux interfaces: prlimit, prlimit64, fanotify_init, fanotify_mark |