diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2012-10-01 23:20:42 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2012-10-01 23:21:39 +0530 |
commit | 55a051c985c3e7965a2f5dd5f762ac2737adae01 (patch) | |
tree | 39837cae2143d738f84c38380a924b5ef65f14d5 /NEWS | |
parent | bec749fda1cbc1934f7e58dd2763603f4f207f26 (diff) | |
download | glibc-55a051c985c3e7965a2f5dd5f762ac2737adae01.tar.gz glibc-55a051c985c3e7965a2f5dd5f762ac2737adae01.tar.xz glibc-55a051c985c3e7965a2f5dd5f762ac2737adae01.zip |
Fix exception table for i386 pthread_cond_wait
[BZ #14477] Add an additional entry in the exception table to jump to __condvar_w_cleanup2 instead of __condvar_w_cleanup for PI mutexes when %ebx contains the address of the futex instead of the condition variable.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS index 03a853a0de..fe7c78d4f6 100644 --- a/NEWS +++ b/NEWS @@ -13,9 +13,9 @@ Version 2.17 10038, 11438, 11607, 13412, 13542, 13629, 13679, 13696, 13717, 13741, 13939, 13966, 14042, 14090, 14150, 14151, 14154, 14157, 14166, 14173, 14195, 14237, 14252, 14283, 14298, 14303, 14307, 14328, 14331, 14336, - 14337, 14347, 14349, 14376, 14459, 14476, 14505, 14510, 14516, 14518, - 14519, 14530, 14532, 14538, 14543, 14544, 14545, 14562, 14576, 14579, - 14583, 14587, 14621, 14638, 14645. + 14337, 14347, 14349, 14376, 14459, 14476, 14477, 14505, 14510, 14516, + 14518, 14519, 14530, 14532, 14538, 14543, 14544, 14545, 14562, 14576, + 14579, 14583, 14587, 14621, 14638, 14645. * Support for STT_GNU_IFUNC symbols added for s390 and s390x. Optimized versions of memcpy, memset, and memcmp added for System z10 and |