Add a -w option to the linker to suppress warning and error messages.
[binutils-gdb.git] / ld / NEWS
diff --git a/ld/NEWS b/ld/NEWS
index d7ceb0c68b6a7ff7bd0136cc7e8378f9627f81ba..24df91aa85f20c10f43e11298bb18e10492aedcf 100644 (file)
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,7 +1,12 @@
 -*- text -*-
 
+* The linker has a new command line option to suppress the generation of any
+  warning or error messages.  This can be useful when there is a need to create
+  a known non-working binary.  The option is -w or --no-warnings.
+
 * ld now supports zstd compressed debug sections.  The new option
   --compress-debug-sections=zstd compresses debug sections with zstd.
+
 * Add --enable-default-compressed-debug-sections-algorithm={zlib,zstd}
   that selects the default compression algorithm
   for --enable-compressed-debug-sections.