ld: Update tests for warning of "-z dynamic-undefined-weak ignored"
[binutils-gdb.git] / ld / NEWS
diff --git a/ld/NEWS b/ld/NEWS
index 1f5060c6cbe8672f2a9f5c18fa663f2624b36cf4..244589641880ef505083a58dad8b752ba7edf37f 100644 (file)
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,4 +1,14 @@
 -*- text -*-
+* Add -z globalaudit command line option to force audit libraries to be run
+  for every dynamic object loaded by an executable - provided that the loader
+  supports this functionality. 
+
+* Tighten linker script grammar around file name specifiers to prevent the use
+  of SORT_BY_ALIGNMENT and SORT_BY_INIT_PRIORITY on filenames.  These would
+  previously be accepted but had no effect.
+
+* The EXCLUDE_FILE directive can now be placed within any SORT_* directive
+  within input section lists.
 
 Changes in 2.29:
 
@@ -63,7 +73,8 @@ Changes in 2.27:
 
 * Add a configure option --enable-relro to decide whether -z relro should
   be enabled in ELF linker by default.  Default to yes for all Linux
-  targets except FRV, HPPA, IA64 and MIPS.
+  targets except FRV, HPPA, IA64 and MIPS.  Note that -z relro can increase
+  disk and memory size.
 
 * Support for -z noreloc-overflow in the x86-64 ELF linker to disable
   relocation overflow check.