This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Extend i486 pthread_cond_timedwait to use futex syscallwith absolute timeout


On Tue, Nov 27, 2012 at 12:11:33PM +0100, Andreas Schwab wrote:
> +2:	cmpl	$-1, dep_mutex(%ebx)

Please fix these labels.  There are two of each in the same function
and that's confusing.  I've highlighted only '2' above, but ths is
true for all labels introduced in the ifndef
__ASSUME_FUTEX_CLOCK_REALTIME block in the patch.


Siddhesh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]