about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-19 02:27:27 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-19 02:27:27 +0000
commit00bd9cc9ab9db24f5a92e3ff5abdab57f1add056 (patch)
treed4f9ee89b19c46b62024221a2c177951472b2468 /nptl
parentac9e0aa1b0f59f3e2d47f1fc40b2c8061202e6ca (diff)
downloadglibc-00bd9cc9ab9db24f5a92e3ff5abdab57f1add056.tar.gz
glibc-00bd9cc9ab9db24f5a92e3ff5abdab57f1add056.tar.xz
glibc-00bd9cc9ab9db24f5a92e3ff5abdab57f1add056.zip
Remove unnecessary instruction in case clock_gettime isn't available.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S b/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
index 133e4fee7d..5db7e47265 100644
--- a/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
+++ b/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
@@ -134,7 +134,6 @@ __pthread_cond_timedwait:
 	subl	16(%esp), %edx
 #else
 	/* Get the current time.  */
-	movl	%ebx, %edx
 	leal	12(%esp), %ebx
 	xorl	%ecx, %ecx
 	movl	$SYS_gettimeofday, %eax