summaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2009-02-03 15:56:59 +0000
committerH.J. Lu <hjl@lucon.org>2009-02-03 15:56:59 +0000
commit562eec0f2358e34acb1e5c14d5df9ef1925932c7 (patch)
treed14686b335e4bb57fa4cf480fbbf2bae7dd6b70c /ld/NEWS
parent5c3f3a67701639042330f9219fc3dd2e7289a857 (diff)
downloadbinutils-redhat-562eec0f2358e34acb1e5c14d5df9ef1925932c7.tar.gz
binutils/
2009-02-03 H.J. Lu <hongjiu.lu@intel.com> * NEWS: Move --as-needed change to ... * ../ld/NEWS: Here. ld/ 2009-02-03 Alan Modra <amodra@bigpond.net.au> * NEWS: Mention --as-needed change.
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/NEWS b/ld/NEWS
index 790cab3f42..a04abaad71 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,10 @@
-*- text -*-
+* --as-needed now links in a dynamic library if it satisfies undefined
+ symbols in regular objects, or in other dynamic libraries. In the
+ latter case the library is not linked if it is found in a DT_NEEDED
+ entry of one of the libraries already linked.
+
* Add a new command line option, -Ttext-segment ADDR, for ELF targets
to set the address of the first byte of the text segment.