2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
[binutils-gdb.git] / ld / NEWS
diff --git a/ld/NEWS b/ld/NEWS
index f7faeba81c1077222203e5f1a3d87b37926e4fa5..aab2ef34f3764562af463327eaf47cffa74115e1 100644 (file)
--- 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.