diff options
author | Ryan S. Arnold <rsa@linux.vnet.ibm.com> | 2012-10-30 17:07:18 -0500 |
---|---|---|
committer | Ryan S. Arnold <rsa@linux.vnet.ibm.com> | 2012-10-30 17:07:18 -0500 |
commit | 09dec6c37e3cd967f62795320703647f24545e3e (patch) | |
tree | 78b5597c0aa457682a6215382022348ec87d07c5 /NEWS | |
parent | 9f45bfe790a59bfc072ef096b21dc701e03bccf9 (diff) | |
download | glibc-09dec6c37e3cd967f62795320703647f24545e3e.zip glibc-09dec6c37e3cd967f62795320703647f24545e3e.tar.gz glibc-09dec6c37e3cd967f62795320703647f24545e3e.tar.bz2 |
Correct cacheline size to 32-bytes for ppc405 memset.S (bug 14595).
This patch also creates a version of memset.S for the ppc476 processor
which uses a 128-byte cacheline size for dcbz insns.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ Version 2.17 14303, 14307, 14328, 14331, 14336, 14337, 14347, 14349, 14376, 14417, 14459, 14476, 14477, 14505, 14510, 14516, 14518, 14519, 14530, 14532, 14538, 14543, 14544, 14545, 14557, 14562, 14568, 14576, 14579, 14583, - 14587, 14602, 14621, 14638, 14645, 14648, 14652, 14660, 14661, 14683, - 14694, 14716, 14743, 14767, 14783. + 14587, 14595, 14602, 14621, 14638, 14645, 14648, 14652, 14660, 14661, + 14683, 14694, 14716, 14743, 14767, 14783. * Support for STT_GNU_IFUNC symbols added for s390 and s390x. Optimized versions of memcpy, memset, and memcmp added for System z10 and |