This lot mainly cleans up `comparison between signed and unsigned' gcc
[binutils-gdb.git] / ld / NEWS
diff --git a/ld/NEWS b/ld/NEWS
index b696804f9bcaea7244330c2b0485a7a2a2d82eef..267890ecb5cdf8d75eba14ab2f6e3dfaba6a88fe 100644 (file)
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -12,8 +12,21 @@ Changes in version 2.10:
 * 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.