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 dynamic-link/17075] Incorrect calculation for dynamic R_ARM_TLS_DESC relocations


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

--- 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  90e5dd482fc4708d559fbec9740104470ffdb9df (commit)
      from  809fdf0d23ddb683eb60672465d7a39d02ef272b (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=90e5dd482fc4708d559fbec9740104470ffdb9df

commit 90e5dd482fc4708d559fbec9740104470ffdb9df
Author: Maciej W. Rozycki <macro@codesourcery.com>
Date:   Fri Jun 20 20:08:03 2014 +0100

    [BZ #17075] ARM: Fix immediate calculation of R_ARM_TLS_DESC

    This fixes the calculation of R_ARM_TLS_DESC relocations for lazy global
    symbol references, i.e. created with `-z lazy' in effect with the static
    linker, where immediate resolution is requested with LD_BIND_NOW.

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

Summary of changes:
 ChangeLog                              |   28 ++++++++++++++++++++
 NEWS                                   |    2 +-
 sysdeps/arm/Makefile                   |   20 ++++++++++++++
 sysdeps/arm/configure                  |   36 ++++++++++++++++++++++++++
 sysdeps/arm/configure.ac               |   13 +++++++++
 sysdeps/arm/dl-machine.h               |    5 +++-
 sysdeps/arm/tst-armtlsdescextlazy.c    |    1 +
 sysdeps/arm/tst-armtlsdescextlazymod.c |    1 +
 sysdeps/arm/tst-armtlsdescextnow.c     |    1 +
 sysdeps/arm/tst-armtlsdescextnowmod.c  |    1 +
 sysdeps/arm/tst-armtlsdescloc.c        |   28 ++++++++++++++++++++
 sysdeps/arm/tst-armtlsdesclocmod.c     |   44 ++++++++++++++++++++++++++++++++
 12 files changed, 178 insertions(+), 2 deletions(-)
 create mode 100644 sysdeps/arm/tst-armtlsdescextlazy.c
 create mode 100644 sysdeps/arm/tst-armtlsdescextlazymod.c
 create mode 100644 sysdeps/arm/tst-armtlsdescextnow.c
 create mode 100644 sysdeps/arm/tst-armtlsdescextnowmod.c
 create mode 100644 sysdeps/arm/tst-armtlsdescloc.c
 create mode 100644 sysdeps/arm/tst-armtlsdesclocmod.c

-- 
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]