From: Ulrich Drepper Date: Fri, 2 Jul 2010 16:49:05 +0000 (-0700) Subject: More linking issues fixed. X-Git-Tag: glibc-2.12.2~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5303a97bbff253ecd619dc5538225d1cd6c32982;p=thirdparty%2Fglibc.git More linking issues fixed. (cherry picked from commit 702e8f1450279f3e5dc22bf0935ee5ece4369fdb) --- diff --git a/ChangeLog b/ChangeLog index c0f737da906..1ee7f382a65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-07-02 Ulrich Drepper + + * elf/Makefile: Fix linking for a few tests to make recent linker + happy. + 2010-06-02 Emilio Pozuelo Monfort * hurd/lookup-at.c (__file_name_lookup_at): Accept diff --git a/elf/Makefile b/elf/Makefile index e600cc39827..2ac8beb9895 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