Skip to content

Commit

Permalink
Fix build with newer linker.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jul 2, 2010
1 parent f47c9a1 commit 72b6e8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2010-07-01 Ulrich Drepper <drepper@redhat.com>

* Makefile (tst-_res1): Add tst-_res1mod1 to dependency list.

2010-06-01 Takashi Yoshii <takashi.yoshii.zj@renesas.com>

* sysdeps/unix/sysv/linux/sh/lowlevellock.S: Fix incorrect
Expand Down
3 changes: 2 additions & 1 deletion nptl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,8 @@ $(objpfx)tst-rwlock14: $(common-objpfx)rt/librt.so
$(objpfx)tst-_res1mod2.so: $(objpfx)tst-_res1mod1.so
LDFLAGS-tst-_res1mod1.so = -Wl,-soname,tst-_res1mod1.so
LDFLAGS-tst-_res1mod2.so = -Wl,-soname,tst-_res1mod2.so
$(objpfx)tst-_res1: $(objpfx)tst-_res1mod2.so $(shared-thread-library)
$(objpfx)tst-_res1: $(objpfx)tst-_res1mod1.so $(objpfx)tst-_res1mod2.so \
$(shared-thread-library)
else
$(objpfx)tst-cond11: $(common-objpfx)rt/librt.a
$(objpfx)tst-cond19: $(common-objpfx)rt/librt.a
Expand Down

0 comments on commit 72b6e8c

Please sign in to comment.