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.
This commit is contained in:
H.J. Lu 2004-07-19 19:14:51 +00:00
parent f928dd6282
commit 14b3c46308
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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.
2004-07-19 H.J. Lu <hongjiu.lu@intel.com>
* emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols): Also

View File

@ -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.