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 nptl/20452] Addition of sysdep.o to libpthread.a breaks relinking libpthread.a


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

--- Comment #6 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.24/master has been updated
       via  e2e4984ad62330fa1d328d9eeb0a3e42620825b6 (commit)
      from  0ba4a7522b9491ad32713ab87990e627ef196de4 (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=e2e4984ad62330fa1d328d9eeb0a3e42620825b6

commit e2e4984ad62330fa1d328d9eeb0a3e42620825b6
Author: Florian Weimer <fweimer@redhat.com>
Date:   Wed Aug 17 14:57:00 2016 +0200

    Do not override objects in libc.a in other static libraries [BZ #20452]

    With this change, we no longer add sysdep.o and similar objects which
    are present in libc.a to other static libraries.

    (cherry picked from commit d9067fca40b8aac156d73cfa44d6875813555a6c)

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

Summary of changes:
 ChangeLog                                   |   34 +++++++++++++++++++++++++++
 sysdeps/ia64/nptl/Makefile                  |    1 +
 sysdeps/mips/Makefile                       |    1 +
 sysdeps/mips/nptl/Makefile                  |    1 +
 sysdeps/s390/nptl/Makefile                  |    1 +
 sysdeps/unix/alpha/Makefile                 |    1 +
 sysdeps/unix/sysv/linux/alpha/Makefile      |    1 +
 sysdeps/unix/sysv/linux/i386/Makefile       |    1 +
 sysdeps/unix/sysv/linux/ia64/Makefile       |    1 +
 sysdeps/unix/sysv/linux/microblaze/Makefile |    3 +-
 sysdeps/unix/sysv/linux/powerpc/Makefile    |    2 +
 sysdeps/unix/sysv/linux/s390/Makefile       |    1 +
 sysdeps/unix/sysv/linux/sparc/Makefile      |    2 +
 sysdeps/unix/sysv/linux/tile/Makefile       |    1 +
 14 files changed, 50 insertions(+), 1 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]