Keep output orphan sections in the same order as input.
[binutils-gdb.git] / ld / NEWS
diff --git a/ld/NEWS b/ld/NEWS
index aa2e8452c2bcf76287c33ec124729127910321f8..f78d4e507ba7d111e0df2d8dae02fb7f77d0cd80 100644 (file)
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -2,6 +2,9 @@
 
 Changes in version 2.10:
 
+* Added AT> to the linker script language to allow load-time allocation of 
+  sections into regions.
+
 * 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.
@@ -14,11 +17,21 @@ Changes in version 2.10:
 
 * 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.
+
+* The linker now issues a warning, not an error, for an undefined symbol when
+  using -Bsymbolic; use the new --no-undefined option to get the old
+  behaviour.
+
 * Added --demangle and --no-demangle options.
 
 Changes in version 2.9: