From 3392f8b6d6f3964433b55a94cc01673b2dd1dd65 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 14 Jan 2009 16:01:02 +0000 Subject: - hide __dl_ldso__ (Peter S. Mazinger) --- Makerules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 9067867b7..d21e6da95 100644 --- a/Makerules +++ b/Makerules @@ -313,7 +313,7 @@ $(top_builddir)lib/interp.c: | $(sub_headers) $(Q)$(INSTALL) -d $(dir $@) $(Q)echo "/* Force shared libraries to know about the correct library loader */" > $@ $(Q)echo "#include " >> $@ - $(Q)echo "const char __dl_ldso__[] __attribute__ ((section " \ + $(Q)echo "const char __dl_ldso__[] attribute_hidden __attribute__ ((weak)) __attribute__ ((section " \ "(\".interp\"))) =\""$(SHARED_LIB_LOADER_PREFIX)/$(UCLIBC_LDSO)"\";" >> $@ $(interp): $(top_builddir)lib/interp.c -- cgit v1.2.3