This is the mail archive of the glibc-bugs@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]

[Bug libc/19490] Some asm functions lack unwind descriptors


https://sourceware.org/bugzilla/show_bug.cgi?id=19490

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  b274130206cb9fce1d7b026386a910428cbdb45c (commit)
      from  dcb133b7a4fdc701009b344c286b6cc9bda67a0c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b274130206cb9fce1d7b026386a910428cbdb45c

commit b274130206cb9fce1d7b026386a910428cbdb45c
Author: Paul Pluzhnikov <ppluzhnikov@google.com>
Date:   Wed Jan 20 13:39:20 2016 -0800

    2016-01-20  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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                          |   14 ++++++++++++++
 .../sysv/linux/x86_64/pthread_cond_broadcast.S     |    8 +++-----
 .../unix/sysv/linux/x86_64/pthread_cond_signal.S   |    9 +++------
 sysdeps/x86_64/nptl/pthread_spin_lock.S            |    8 +++-----
 sysdeps/x86_64/nptl/pthread_spin_trylock.S         |    8 +++-----
 sysdeps/x86_64/nptl/pthread_spin_unlock.S          |    9 ++++-----
 6 files changed, 30 insertions(+), 26 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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