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/18421] [hppa] read-only segment has dynamic relocations


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

--- Comment #12 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, release/2.22/master has been updated
       via  a73a62562a198072ab417e28d4c0315a78c49cfe (commit)
       via  7ad78f869815a73dc26c93b72d156812d93eb026 (commit)
       via  c6d1664014de6e9f36aba21e8c84419885b396d8 (commit)
      from  7a5d3129638db8a832e2c3090d263bbc1b1b919b (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=a73a62562a198072ab417e28d4c0315a78c49cfe

commit a73a62562a198072ab417e28d4c0315a78c49cfe
Author: Ludovic Courtïs <ludo@gnu.org>
Date:   Tue Oct 27 13:33:26 2015 +0100

    Gracefully handle incompatible locale data

    * locale/loadlocale.c (_nl_intern_locale_data): Change assertion
    on CNT to a conditional jump to 'puntdata'.

    (cherry picked from commit 0062ace2292effc4135c15ea99b1931fea5e0203)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7ad78f869815a73dc26c93b72d156812d93eb026

commit 7ad78f869815a73dc26c93b72d156812d93eb026
Author: Alan Modra <amodra@gmail.com>
Date:   Fri Aug 14 22:15:49 2015 -0400

    hppa: start.S: rework references to fix PIE TEXTRELs [BZ #18421]

    The startup code was not using PIC friendly references leading to TEXTRELs
    in every PIE ELF.

    (cherry picked from commit cf4253777412e9c8d5bfbc1c8b975f472e1e7d43)

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

commit c6d1664014de6e9f36aba21e8c84419885b396d8
Author: John David Anglin <dave.anglin@bell.net>
Date:   Fri Aug 7 11:54:19 2015 -0400

    hppa: Fix miscompilation of sched_setaffinity() [BZ #18480]

    The attached change fixes the miscompilation of sched_setaffinity() on
    hppa.  This is an old problem that was fixed on other architectures using
    a similar approach to the attached change.  See:
    https://sourceware.org/ml/libc-hacker/2004-04/msg00016.html

    Build tested on trunk.  Patch has been applied to debian glibc for some
time.

    (cherry picked from commit 04ece7d2dec91fe870c5f1a38032875915f44633)

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

Summary of changes:
 ChangeLog                              |   25 +++++++++++++
 NEWS                                   |    4 +-
 locale/loadlocale.c                    |    7 ++--
 sysdeps/hppa/start.S                   |   16 +++++++-
 sysdeps/unix/sysv/linux/hppa/syscall.c |    3 +-
 sysdeps/unix/sysv/linux/hppa/sysdep.h  |   61 +++++++++++++++++++++-----------
 6 files changed, 87 insertions(+), 29 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]