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]

[PATCH][BZ #19490] Add unwind descriptors to pthread_spin_init, etc. on i386


Greetings,

This is similar to
  https://www.sourceware.org/ml/libc-alpha/2016-01/msg00605.html
  https://www.sourceware.org/ml/libc-alpha/2016-01/msg00456.html
but for i386.

Tested on Linux/i686.

Assuming this is OK, should I wait for lifting of the freeze?



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




-- 
Paul Pluzhnikov

Attachment: glibc-bz19490-i686-20160123.txt
Description: Text document


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