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/17711] copy relocations against protected symbols don't work


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

--- Comment #29 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  3bcea719ddd6ce399d7bccb492c40af77d216e42 (commit)
       via  0910702c4d2cf9e8302b35c9519548726e1ac489 (commit)
      from  a81a00ff94a43af85f7aefceb6d31f3c0f11151d (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=3bcea719ddd6ce399d7bccb492c40af77d216e42

commit 3bcea719ddd6ce399d7bccb492c40af77d216e42
Author: Szabolcs Nagy <nsz@port70.net>
Date:   Fri Jul 24 10:05:07 2015 +0100

    [ARM][BZ #17711] Fix extern protected data handling

    Fixes elf/tst-protected1a and elf/tst-protected1b tests.

    Depends on a gcc patch that makes protected visibility data non-local:
    https://gcc.gnu.org/ml/gcc-patches/2015-07/msg01871.html
    and on a binutils patch so R_*_GLOB_DAT relocs are used for it:
    https://sourceware.org/ml/binutils/2015-07/msg00247.html

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=0910702c4d2cf9e8302b35c9519548726e1ac489

commit 0910702c4d2cf9e8302b35c9519548726e1ac489
Author: Szabolcs Nagy <nsz@port70.net>
Date:   Fri Jul 24 09:57:32 2015 +0100

    [AArch64][BZ #17711] Fix extern protected data handling

    Fixes elf/tst-protected1a and elf/tst-protected1b tests.

    Depends on a gcc patch that makes protected visibility data non-local:
    https://gcc.gnu.org/ml/gcc-patches/2015-07/msg01871.html
    and on a binutils patch so R_*_GLOB_DAT relocs are used for it:
    https://sourceware.org/ml/binutils/2015-07/msg00246.html

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

Summary of changes:
 ChangeLog                    |   10 ++++++++++
 sysdeps/aarch64/dl-machine.h |    3 ++-
 sysdeps/aarch64/dl-sysdep.h  |    2 ++
 sysdeps/arm/dl-machine.h     |   10 +++++++---
 sysdeps/arm/dl-sysdep.h      |    2 ++
 5 files changed, 23 insertions(+), 4 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]