Fix exception table for i386 pthread_cond_wait
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 1 Oct 2012 17:50:42 +0000 (23:20 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 1 Oct 2012 17:51:39 +0000 (23:21 +0530)
commit55a051c985c3e7965a2f5dd5f762ac2737adae01
tree39837cae2143d738f84c38380a924b5ef65f14d5
parentbec749fda1cbc1934f7e58dd2763603f4f207f26
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.
NEWS
nptl/ChangeLog
nptl/Makefile
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S
nptl/tst-cond-except.c [new file with mode: 0644]