* ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
[deliverable/binutils-gdb.git] / ld / NEWS
diff --git a/ld/NEWS b/ld/NEWS
index 0cd2e7b422efea1bc64d542fd04c7ae69006730a..267890ecb5cdf8d75eba14ab2f6e3dfaba6a88fe 100644 (file)
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,10 +1,48 @@
 -*- text -*-
 
+Changes in version 2.10:
+
+* Added garbage collection of unused sections, enabled by --gc-sections. 
+  It does require a bit of backend support; currently implemented are
+  ppc-elf, mips-elf, and mn10300-elf.  Others will ignore the option.
+
+* Added SORT to the linker script language to permit sorting sections by file
+  name or section name.
+
+* Added EXTERN to the linker script language as an equivalent to the -u
+  command-line option.
+
+* Added ASSERT to the linker script language.
+
+* Added EXCLUDE_FILE to the linker script language for further control over
+  wildcard file names.
+
+* Added -O option to optimize linker output (as of this writing, this only
+affects ELF shared library generation).
+
+* The -e option now accepts a number as well as a symbol name.
+
+* Added --no-undefined option to disallow undefined symbols when creating a
+  shared library.
+
+* Added --demangle and --no-demangle options.
+
+Changes in version 2.9:
+
+* Added SQUAD to the linker script language.
+
+* New option --no-warn-mismatch.
+
+* The MEMORY command now parses the attributes to determine where sections that
+  are not placed in a specific memory region are placed.
+
 Changes in version 2.8:
 
 * Linker scripts may now contain shell wildcard characters for file and section
   names.
 
+* The linker now supports symbol versions in ELF.
+
 * The NOCROSSREFS command was added to the linker script language.
 
 * The LOADADDR expression was added to the linker script language.
@@ -16,6 +54,8 @@ Changes in version 2.8:
 * New option --warn-section-align to warn when the address of an output section
   changes due to alignment of an input section.
 
+* New options --filter/-F and --auxiliary/-f.
+
 Changes in version 2.7:
 
 * New option --cref to print out a cross reference table.
This page took 0.024812 seconds and 4 git commands to generate.