Removed superflous code.
[deliverable/binutils-gdb.git] / ld / NEWS
diff --git a/ld/NEWS b/ld/NEWS
index 6e4b8f19bd39b8c71ddf9e4290209f83908c66d5..b696804f9bcaea7244330c2b0485a7a2a2d82eef 100644 (file)
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -2,14 +2,17 @@
 
 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.
 
-* The -e option now accepts a number as well as a symbol name.
+* Added EXTERN to the linker script language as an equivalent to the -u
+  command-line option.
 
-* 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.
+* The -e option now accepts a number as well as a symbol name.
 
 Changes in version 2.9:
 
This page took 0.023294 seconds and 4 git commands to generate.