summaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2004-07-19 19:14:51 +0000
committerH.J. Lu <hjl@lucon.org>2004-07-19 19:14:51 +0000
commitcffbe22af8a6f1bb8974101616f19125591e9c5d (patch)
treec24afedeeb79e7590abf20f4f62d1be63da476eb /ld/NEWS
parent196f24489bb26902555bb6e99c2983ccdb59e162 (diff)
downloadbinutils-redhat-cffbe22af8a6f1bb8974101616f19125591e9c5d.tar.gz
2004-07-19 H.J. Lu <hongjiu.lu@intel.com>
* NEWS: Mention the new --add-needed/--no-add-needed and --as-needed/--no-as-needed options.
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/NEWS b/ld/NEWS
index f7faeba81c..aab2ef34f3 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.