]> 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)
committerAndreas Schwab <schwab@redhat.com>
Wed, 1 Dec 2010 14:35:07 +0000 (15:35 +0100)
(cherry picked from commit 702e8f1450279f3e5dc22bf0935ee5ece4369fdb)

ChangeLog
elf/Makefile

index c0f737da906bf60afdcc5af2b1df11cffae5722b..1ee7f382a6527edc3d964d47e05c4e00af1015a3 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 e600cc39827b11d58bdcb57b37df7f8aa4643461..2ac8beb98956e306d12155614edd855d947346d9 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