]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix testsuite link failure
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 24 Dec 2010 17:30:26 +0000 (18:30 +0100)
committerAndreas Schwab <schwab@redhat.com>
Mon, 22 Aug 2011 08:55:32 +0000 (10:55 +0200)
ChangeLog
dlfcn/Makefile

index 01610406c187e82c0268cbd63e285047799ec235..4c9fea3ef3cd539d85a89ac3157f332856825d03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 578bc3ffe34baba1d4794cb4fd4f1c69fc2ff2ae..dd4fb83dd500e7fed89b493d9586c5fe55bbddee 100644 (file)
@@ -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