From 14b3c4630873bf3ea90a59916f2a3ca69882f56a Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 19 Jul 2004 19:14:51 +0000 Subject: [PATCH] 2004-07-19 H.J. Lu * NEWS: Mention the new --add-needed/--no-add-needed and --as-needed/--no-as-needed options. --- ld/ChangeLog | 5 +++++ ld/NEWS | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index e029451e86d..03dd40fd494 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2004-07-19 H.J. Lu + + * NEWS: Mention the new --add-needed/--no-add-needed and + --as-needed/--no-as-needed options. + 2004-07-19 H.J. Lu * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): Also diff --git a/ld/NEWS b/ld/NEWS index f7faeba81c1..aab2ef34f37 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -1,5 +1,9 @@ -*- text -*- +* New ELF --add-needed/--no-add-needed options to control if a +DT_NEEDED tag should be added when a shared library comes from +DT_NEEDED tags. + * Support for the crx-elf target added. * Support for the sh-symbianelf target added. @@ -17,6 +21,9 @@ might also be used in the future to select similar tradeoffs. Changes in 2.15: + +* New ELF --as-needed/--no-as-needed options to control if a DT_NEEDED +tag should be added only when a shared library is referenced. * New PE --large-address-aware option to indicate executables support virtual addresses greater than 2 gigabytes. -- 2.30.2