Skip to content

Commit

Permalink
Fix testsuite link failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab authored and Andreas Schwab committed Aug 22, 2011
1 parent 91b392a commit 87162f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2011-08-22 Andreas Schwab <schwab@redhat.com>

* dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
$(elfobjdir)/ld.so.

2011-08-21 Ulrich Drepper <drepper@gmail.com>

* sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
Expand Down
3 changes: 2 additions & 1 deletion dlfcn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ $(objpfx)bug-atexit1.out: $(objpfx)bug-atexit1-lib.so
$(objpfx)bug-atexit2: $(libdl)
$(objpfx)bug-atexit2.out: $(objpfx)bug-atexit2-lib.so

LDLIBS-bug-atexit3-lib.so = -lstdc++ -lgcc_eh $(common-objpfx)libc_nonshared.a
LDLIBS-bug-atexit3-lib.so = -lstdc++ -lgcc_eh $(elfobjdir)/ld.so \
$(common-objpfx)libc_nonshared.a
$(objpfx)bug-atexit3: $(libdl)
$(objpfx)bug-atexit3.out: $(objpfx)bug-atexit3-lib.so

Expand Down

0 comments on commit 87162f4

Please sign in to comment.