aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-02-03 15:56:59 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-02-03 15:56:59 +0000
commit28024d9d1db6f2922153e4bd2bb77a658c3061a4 (patch)
tree4347ff4065b36e2ac6e94eed1d24854b58c60523 /ld
parent31dd3154f4a9cedea4ea9bb17b0fee33aa79a3e3 (diff)
downloadfsf-binutils-gdb-28024d9d1db6f2922153e4bd2bb77a658c3061a4.zip
fsf-binutils-gdb-28024d9d1db6f2922153e4bd2bb77a658c3061a4.tar.gz
fsf-binutils-gdb-28024d9d1db6f2922153e4bd2bb77a658c3061a4.tar.bz2
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')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/NEWS5
2 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 69591cf..84b2465 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-03 Alan Modra <amodra@bigpond.net.au>
+
+ * NEWS: Mention --as-needed change.
+
2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
* configure.in: AC_SUBST pdfdir.
diff --git a/ld/NEWS b/ld/NEWS
index 790cab3..a04abaa 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.