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][BZ #19490] Add unwind descriptors to pthread_spin_init, etc. on i386


On Sat, 2016-01-23 at 16:18 -0800, Paul Pluzhnikov wrote:
> 2016-01-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
> 
>         [BZ #19490]
>         * sysdeps/i386/i386-mcount.S (_mcount): Add unwind descriptor
>         (__fentry__): Likewise
>         * sysdeps/unix/sysv/linux/i386/_exit.S (_exit): Use ENTRY/END
>         * sysdeps/i386/nptl/pthread_spin_lock.S (pthread_spin_lock):
>         Likewise
>         * sysdeps/i386/pthread_spin_trylock.S (pthread_spin_trylock):
>         Likewise
>         * sysdeps/i386/nptl/pthread_spin_unlock.S (pthread_spin_unlock):
>         Likewise

For the spinlocks, I'd really prefer if we could just remove the asm
files.  The generic implementation should basically produce the same
code; if not, we should try to fix that instead of keeping the asm
files.


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