summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-07-02 09:49:05 -0700
committerUlrich Drepper <drepper@redhat.com>2010-07-02 09:49:05 -0700
commit702e8f1450279f3e5dc22bf0935ee5ece4369fdb (patch)
treef87981fdcfe7937839d4b0a9947cde0a31a44b59
parent145569dc4130d102363e17c7322e250310cbc397 (diff)
More linking issues fixed.
-rw-r--r--ChangeLog5
-rw-r--r--elf/Makefile6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d5da2d27d..2bfc9122a4 100644
--- 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
diff --git a/elf/Makefile b/elf/Makefile
index 5635570184..b0420f50ef 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -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