Skip to content

Commit

Permalink
More linking issues fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jul 2, 2010
1 parent 145569d commit 702e8f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions elf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 702e8f1

Please sign in to comment.