]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86: Use sysdep.o from libc.a in static libraries
authorFlorian Weimer <fweimer@redhat.com>
Thu, 4 Aug 2016 09:10:57 +0000 (11:10 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 4 Aug 2016 09:52:46 +0000 (11:52 +0200)
commite3e0bedf697c8c5858cd7ad1a541a179a20a6320
tree995a98d3973fdd536fd3ab2485a91718cddf6990
parentbbe472f4e02c18f998d8e327f4a0e7c5004c8010
x86: Use sysdep.o from libc.a in static libraries

Static libraries can use the sysdep.o copy in libc.a without
a performance penalty.  This results in a visible difference
if libpthread.a is relinked into a single object file (which
is needed to support libraries which check for the presence
of certain symbols to enable threading support, which generally
fails with static linking unless libpthread.a is relinked).

(cherry picked from commit e67330ab57bfd0f964539576ae7dcc658c456724)
ChangeLog
sysdeps/unix/sysv/linux/i386/Makefile