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]

[RFC PATCH] Add cfi directives to pthread_rwlock_timed{rd,wr}lock


Greetings,

Attached patch adds cfi directives to x86_64 and i486
pthread_rwlock_timed{rd,wr}lock

Thanks,
-- 
Paul Pluzhnikov


2008-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>

        * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
        Add cfi directives.
        * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
        Likewise.
        * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
        Likewise.
        * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
        Likewise.

Attachment: glibc-pthread_rwlock_timedlock-20080522.txt
Description: Text document


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