diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-08-04 11:10:57 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-08-04 11:10:57 +0200 |
commit | e67330ab57bfd0f964539576ae7dcc658c456724 (patch) | |
tree | 363747fb6cc852321c9c848aa0c56c1e32515f04 /ChangeLog | |
parent | 146f208da68a3ff27a52f05536c61e6db69cd87f (diff) | |
download | glibc-e67330ab57bfd0f964539576ae7dcc658c456724.tar.gz glibc-e67330ab57bfd0f964539576ae7dcc658c456724.tar.xz glibc-e67330ab57bfd0f964539576ae7dcc658c456724.zip |
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).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0fe7eafe99..d88654cb06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2016-08-04 Florian Weimer <fweimer@redhat.com> + + Use sysdep.o from libc.a in static libraries. + * sysdeps/unix/sysv/linux/i386/Makefile + (libpthread-shared-only-routines): Add sysdep. + (librt-shared-only-routines): Likewise. + 2016-08-03 Joseph Myers <joseph@codesourcery.com> * math/tgmath.h (nextdown): Define if |