binutils/
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 3 Feb 2009 15:56:59 +0000 (15:56 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 3 Feb 2009 15:56:59 +0000 (15:56 +0000)
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.

binutils/ChangeLog
binutils/NEWS
ld/ChangeLog
ld/NEWS

index da1a6258bb0ee83127c2bc78fecbcc406c721476..8c7f28a42e86bc39a60ae84d0113c159316004f7 100644 (file)
@@ -1,3 +1,8 @@
+2009-02-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * NEWS: Move --as-needed change to ...
+       * ../ld/NEWS: Here.
+
 2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
 
        * configure.in: AC_SUBST pdfdir.
index 9b12f083c91517d79ab3dd7393e81657eaacdb42..680792de50fa457dd67682669a79b4b7d3d7ebfd 100644 (file)
@@ -1,12 +1,7 @@
 -*- 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.
-
 * Added --prefix=PREFIX and --prefix-strip=LEVEL switches to objdump to
-add absolute paths for -S.
+  add absolute paths for -S.
 
 * Add new option --use-nul-prefixed-import-tables to dlltool to allow fall-
   back to old import table generation with null element prefix.
index 69591cfa24255c83add754667c0c38ba2eca7893..84b2465dbe0d58c34fe732ea4370c0b3a0eea88f 100644 (file)
@@ -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 790cab3f428f487f416d1b27358a7144d30e523f..a04abaad718f35b82840978ba6a20eadab969e51 100644 (file)
--- 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.
 
This page took 0.037168 seconds and 4 git commands to generate.