]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 17 Dec 2002 03:49:23 +0000 (03:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 17 Dec 2002 03:49:23 +0000 (03:49 +0000)
2002-12-16  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/i386/socket.S [NEED_CANCELLATION &&
CENABLE]: Don't lose content of %ebx.

ChangeLog
sysdeps/unix/sysv/linux/i386/socket.S

index 75ca2b674342443b9a690e64beafcd216d0878ef..acf7205eb15521e875302d5dc1628f37d719da5e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-16  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/i386/socket.S [NEED_CANCELLATION &&
+       CENABLE]: Don't lose content of %ebx.
+
 2002-12-17  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/unix/sysv/linux/i386/socket.S: Use SINGLE_THREAD_P
index 52d3aa933eca6d76fe5c212fc23c1cccad0d6d79..53f1be61eab25b00f11b54aa347380bcac6f1d72 100644 (file)
@@ -91,13 +91,15 @@ L(pseudo_end):
         /* Do the system call trap.  */
        int $0x80
 
+       /* Restore registers.  */
+       movl %edx, %ebx
+
        /* Restore the cancellation.  */
        xchgl %esi, %eax
        CDISABLE
 
        /* Restore registers.  */
        movl %esi, %eax
-       movl %edx, %ebx
        popl %esi
 
        /* %eax is < 0 if there was an error.  */