Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 198949
Collapse All | Expand All

(-)glibc-2.7-orig/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S (+2 lines)
Lines 134-145 __pthread_cond_timedwait: Link Here
134
	/* Only clocks 0 and 1 are allowed so far.  Both are handled in the
134
	/* Only clocks 0 and 1 are allowed so far.  Both are handled in the
135
	   kernel.  */
135
	   kernel.  */
136
	leaq	24(%rsp), %rsi
136
	leaq	24(%rsp), %rsi
137
# ifdef SHARED
137
	movq	__vdso_clock_gettime@GOTPCREL(%rip), %rax
138
	movq	__vdso_clock_gettime@GOTPCREL(%rip), %rax
138
	movq	(%rax), %rax
139
	movq	(%rax), %rax
139
	PTR_DEMANGLE (%rax)
140
	PTR_DEMANGLE (%rax)
140
	jz	26f
141
	jz	26f
141
	call	*%rax
142
	call	*%rax
142
	jmp	27f
143
	jmp	27f
144
# endif
143
26:	movl	$__NR_clock_gettime, %eax
145
26:	movl	$__NR_clock_gettime, %eax
144
	syscall
146
	syscall
145
27:
147
27:

Return to bug 198949