* plugin.h (plugin_active_plugins_p): New prototype.
[deliverable/binutils-gdb.git] / ld / NEWS
diff --git a/ld/NEWS b/ld/NEWS
index 76b674972c01b4788b8c73b2b622a0e4328679c8..cfc61aa37840f2c70f4f13864b21cfb81e3b6311 100644 (file)
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,10 +1,27 @@
 -*- text -*-
 
+* 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.
+
+* Extend .def file syntax by '== <ID>' for imports and exports. This allows
+  to alias the import/export table name written in PE image.
+
 * Add --exlcude-all-symbols option to PE based linkers.  This prevents all
   symbols from automatically being exported.
 
 * 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
This page took 0.025994 seconds and 4 git commands to generate.