Link elf/noload test against -ldl.

This commit is contained in:
Roland McGrath 2010-04-19 15:38:48 -07:00
parent 7e2b0c8562
commit 1d4bf3155f
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2010-04-19 Roland McGrath <roland@redhat.com> 2010-04-19 Roland McGrath <roland@redhat.com>
* elf/Makefile ($(objpfx)noload): Depend on libdl.so.
* Makeconfig (as-needed, no-as-needed): New variables. * Makeconfig (as-needed, no-as-needed): New variables.
(link-libc): Add ld.so inside --as-needed. (link-libc): Add ld.so inside --as-needed.

View File

@ -1,4 +1,4 @@
# Copyright (C) 1995-2007, 2008, 2009 Free Software Foundation, Inc. # Copyright (C) 1995-2007,2008,2009,2010 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or # The GNU C Library is free software; you can redistribute it and/or
@ -654,7 +654,7 @@ $(objpfx)vismain: $(addprefix $(objpfx),vismod1.so vismod2.so)
$(objpfx)vismain.out: $(addprefix $(objpfx),vismod3.so) $(objpfx)vismain.out: $(addprefix $(objpfx),vismod3.so)
vismain-ENV = LD_PRELOAD=$(addprefix $(objpfx),vismod3.so) vismain-ENV = LD_PRELOAD=$(addprefix $(objpfx),vismod3.so)
$(objpfx)noload: $(objpfx)testobj1.so $(objpfx)noload: $(objpfx)testobj1.so $(common-objpfx)dlfcn/libdl.so
LDFLAGS-noload = -rdynamic LDFLAGS-noload = -rdynamic
$(objpfx)noload.out: $(objpfx)testobj5.so $(objpfx)noload.out: $(objpfx)testobj5.so