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/16990] ARM: Concurrent TLS descriptor resolution fails


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

--- 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  36ffe7398af5e5daa5745c64a15226d864378738 (commit)
      from  2482ae433a4249495859343ae1fba408300f2c2e (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=36ffe7398af5e5daa5745c64a15226d864378738

commit 36ffe7398af5e5daa5745c64a15226d864378738
Author: Will Newton <will.newton@linaro.org>
Date:   Fri May 23 15:24:30 2014 +0100

    ARM: Fix handling of concurrent TLS descriptor resolution

    The current code for handling concurrent resolution says that the
    ABI for _dl_tlsdesc_resolve_hold is the same as that of
    _dl_tlsdesc_lazy_resolver. However _dl_tlsdesc_resolve_hold is
    called from the trampoline directly rather than the lazy resolver
    stub so, for example, r2 has not been pushed so does not needed
    to be restored.

    This fixes an intermittent failure in nptl/tst-tls3 when building
    glibc for arm-linux-gnueabihf with -mtls-dialect=gnu2.

    ChangeLog:

    2014-05-27  Will Newton  <will.newton@linaro.org>

        [BZ #16990]
        * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
        and restore r2 rather than just restoring.

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

Summary of changes:
 ChangeLog                |    6 ++++++
 NEWS                     |    2 +-
 sysdeps/arm/dl-tlsdesc.S |   31 ++++++++++++-------------------
 3 files changed, 19 insertions(+), 20 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]