aboutsummaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/ld/NEWS b/ld/NEWS
index f9ef88d..864384b 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -6,7 +6,11 @@
* New command line option for ELF targets to compress DWARF debug
sections, --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
-* Add --warn-orphan option to report orphan sections.
+* New command line option, --orphan-handling=[place|warn|error|discard], to
+ adjust how orphan sections are handled. The default is 'place' which gives
+ the current behaviour, 'warn' and 'error' issue a warning or error
+ respectively when orphan sections are found, and 'discard' will discard all
+ orphan sections.
* Add support for LLVM plugin.