Skip to content

Commit

Permalink
* Makerules (libc.so): Add AS_NEEDED line for dynamic linker.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Feb 24, 2005
1 parent d3f5f87 commit c366c93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2005-02-23 Ulrich Drepper <drepper@redhat.com>

* Makerules (libc.so): Add AS_NEEDED line for dynamic linker.

2005-02-22 Ulrich Drepper <drepper@redhat.com>

* sysdeps/generic/libc-tls.c (static_dtv): Size the same as the
Expand Down
2 changes: 1 addition & 1 deletion Makerules
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ $(inst_libdir)/libc.so: $(common-objpfx)format.lds \
cat $<; \
echo 'GROUP ( $(slibdir)/libc.so$(libc.so-version)' \
'$(libdir)/$(patsubst %,$(libtype.oS),$(libprefix)$(libc-name))'\
'AS_NEEDED (' $(inst_slibdir)/$(rtld-installed-name) ') )' \
' AS_NEEDED (' $(inst_slibdir)/$(rtld-installed-name) ') )' \
) > $@.new
mv -f $@.new $@

Expand Down

0 comments on commit c366c93

Please sign in to comment.