2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
[binutils-gdb.git] / ld / NEWS
diff --git a/ld/NEWS b/ld/NEWS
index c95922ff61feec37078a652dffcecb80bc56672b..aab2ef34f3764562af463327eaf47cffa74115e1 100644 (file)
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,38 @@
 -*- 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.
+
+* A new linker command line switch has been added which allows the hash table
+  size to be set to a suitable prime value near to its argument.  This switch
+  is --hash-size=<NUMBER>.  Also if the switch --reduce-memory-overheads is
+  used, and --hash-size has not been used, then the default value will be set
+  to 1021.
+
+* Linker map files are now generated with an O(N) algorithm for finding symbols
+  that are defined in each section.  This uses about 40% more memory for
+  symbols than the old O(N^2) algorithm.  You can use the new
+  --reduce-memory-overheads option to select the old algorithm; this option
+  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.
+
+* DWARF 2 support for i386pe added.
+
+* The linker script operator DEFINED() will now yield 1 only for a symbol that
+  is defined before the statement where DEFINED is used.
+
 * The MIPS --embedded-relocs (used to embed relocations into binaries for
   Embedded-PIC code) is deprecated and will be removed in a future release.