[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

amd64 glibc update for sarge



Hello,

> On glibc maintainers request, I have added glibc to the candidate for
> the next stable release on the wiki. [1]
> According to the diff between the packages, this update only concerns
> timezone data. There is no change in the glibc code.

When (and iff) will be glibc updated due to timezone, 
would be also possible to include fix specific to amd64 only (bug #314408) ?
Glibc with this fix is currently in sarge-unsupported archive for amd64.

Thanks for considering it.

Petr

--- libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S.jj	
+++ libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S	
@@ -49,12 +49,12 @@ __pthread_rwlock_unlock:
 #endif
 	jnz	1f
 
-2:	cmpq	$0, WRITER(%rdi)
+2:	cmpl	$0, WRITER(%rdi)
 	jne	5f
 	decl	NR_READERS(%rdi)
 	jnz	6f
 
-5:	movq	$0, WRITER(%rdi)
+5:	movl	$0, WRITER(%rdi)
 
 	movq	$1, %rsi
 	leaq	WRITERS_WAKEUP(%rdi), %r10




Reply to: