* NEWS: Mention addition of TILEPRO and TIKE-Gx support.
[binutils-gdb.git] / ld / NEWS
diff --git a/ld/NEWS b/ld/NEWS
index b2a94f5d838eae2999c09701b1610cfbcc00e920..40a6b9fd82f841bacbc3c9b73e706e833fbc5723 100644 (file)
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,22 @@
 -*- text -*-
 
+* Add support for the Tilera TILEPRO and TILE-Gx architectures.
+
+* Added SORT_BY_INIT_PRIORITY to the linker script language to permit
+sorting sections by numerical value of the GCC init_priority attribute
+encoded in the section name.
+
+Changes in 2.21:
+
+* Linker script expression evaluation is somewhat more sane.  This may
+  break scripts that depend on quirks of the old expression evaluation.
+
+* Turn off underscoring for x86_64 PE+-COFF targets.  For old behavior the
+  option --enable-leading-mingw64-underscores can be used on configure of
+  bfd.
+
+* Add support for the TMS320C6000 (TI C6X) processor family.
+
 * --add-needed renamed to --copy-dt-needed-entries in order to avoid confusion
   with --as-needed option.
 
@@ -11,6 +28,8 @@
 
 * Add support for the Renesas RX processor.
 
+* Add support for alpha-vms target.
+
 Changes in 2.20:
 
 * GNU/Linux targets now support the STB_GNU_UNIQUE symbol binding.  This is a