From 46a32546c924213322a0d0d5b6d636d2f58094c0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 17 Mar 2003 10:11:31 +0000 Subject: Update. 2003-03-17 Ulrich Drepper * localedata/en_ZA: hanged %x for LC_TIME to use dd/mm/ccyy. Added ^ to LC_MESSAGES regex "^[yY].*". Confirmed LC_PAPER adn LC_MEASUREMENT settings. Added country and language names to LC_ADDRESS. Added missing info for LC_TELEPHONE. Patch by Dwayne Bailey . --- nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S') diff --git a/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S b/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S index c13c38290e..68ce35e8d6 100644 --- a/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S +++ b/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S @@ -195,11 +195,11 @@ __pthread_cond_wait: movl wakeup_seq(%ebx), %edi movl wakeup_seq+4(%ebx), %edx - cmpl 16(%esp), %ecx + cmpl 16(%esp), %edx ja 7f jb 8b - cmpl 12(%esp), %eax - jb 8b + cmpl 12(%esp), %edi + jbe 8b 7: cmpl %ecx, %edx ja 9f -- cgit 1.4.1