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] Use ENTRY/END in sysdeps/x86_64/nptl/pthread_spin*.S


On 01/18/2016 06:44 PM, Paul Pluzhnikov wrote:
> On Mon, Jan 18, 2016 at 3:22 PM, Paul Pluzhnikov <ppluzhnikov@google.com> wrote:
>> On Mon, Jan 18, 2016 at 2:18 PM, Carlos O'Donell <carlos@redhat.com> wrote:
>>
>>> It needs a public bug though.
>>
>> I opened https://sourceware.org/bugzilla/show_bug.cgi?id=19490
> 
> Updated patch with fixed ChangeLog, pthread_cond_{broadcast,signal}
> and BZ entry added.
> 
> 
> 2016-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
> 
>         [BZ #19490]
>         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
>         (pthread_cond_broadcast): Use ENTRY/END
>         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S
>         (pthread_cond_signal): Likewise
>         * sysdeps/x86_64/nptl/pthread_spin_lock.S (pthread_spin_lock):
>         Likewise
>         * sysdeps/x86_64/nptl/pthread_spin_trylock.S (pthread_spin_trylock):
>         Likewise
>         * sysdeps/x86_64/nptl/pthread_spin_unlock.S (pthread_spin_unlock):
>         Likewise

Looks good to me.

Cheers,
Carlos.


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