]> 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)
committerUlrich Drepper <drepper@redhat.com>
Fri, 2 Jul 2010 16:49:05 +0000 (09:49 -0700)
ChangeLog
elf/Makefile

index 4d5da2d27d31f0b3e8d0b6df035ec0eaba5ad143..2bfc9122a4bb521a30f70b78dd2c70cb4f93ecb1 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-30  Andreas Schwab  <schwab@redhat.com>
 
        * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
index 5635570184c6309bdca5aebc2c63d4c8d0e0b046..b0420f50efb2070bcf148a1a4f86040c636901e2 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