]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
More linking issues fixed.
authorUlrich Drepper <drepper@redhat.com>
Fri, 2 Jul 2010 16:49:05 +0000 (09:49 -0700)
committerPetr Baudis <pasky@suse.cz>
Tue, 9 Nov 2010 00:41:18 +0000 (01:41 +0100)
(cherry picked from commit 702e8f1450279f3e5dc22bf0935ee5ece4369fdb)

ChangeLog
elf/Makefile

index 156de9a8a746b7722d18745dbc85cbf6f88984ad..d5c5485f432128dec3737791675908d1b2509250 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-02  Ulrich Drepper  <drepper@redhat.com>
+
+       * elf/Makefile: Fix linking for a few tests to make recent linker
+       happy.
+
 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
 
        * hurd/lookup-at.c (__file_name_lookup_at): Accept
index d57c7fe7ed36e08bcf464542ed5c9528cae1ae33..34609a0f855604bfa3ce52fc1c0889a3c8233f45 100644 (file)
@@ -759,11 +759,11 @@ $(objpfx)tst-tls8.out: $(objpfx)tst-tlsmod3.so $(objpfx)tst-tlsmod4.so
 $(objpfx)tst-tls9: $(libdl)
 $(objpfx)tst-tls9.out: $(objpfx)tst-tlsmod5.so $(objpfx)tst-tlsmod6.so
 
-$(objpfx)tst-tls10: $(objpfx)tst-tlsmod8.so
+$(objpfx)tst-tls10: $(objpfx)tst-tlsmod8.so $(objpfx)tst-tlsmod7.so
 
-$(objpfx)tst-tls11: $(objpfx)tst-tlsmod10.so
+$(objpfx)tst-tls11: $(objpfx)tst-tlsmod10.so $(objpfx)tst-tlsmod9.so
 
-$(objpfx)tst-tls12: $(objpfx)tst-tlsmod12.so
+$(objpfx)tst-tls12: $(objpfx)tst-tlsmod12.so $(objpfx)tst-tlsmod11.so
 
 $(objpfx)tst-tls13: $(libdl)
 $(objpfx)tst-tls13.out: $(objpfx)tst-tlsmod13a.so