aboutsummaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-04-15 05:25:58 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-04-15 05:26:41 -0700
commitea556d2590ae9ffea09fdbaceb6abdbe4e921464 (patch)
tree0259ac83396b4c6ca3728b9e9ebb93927366ffc2 /ld/NEWS
parent45fd756cafe258b9792b86e1f5df823ec0b848b4 (diff)
downloadbinutils-ea556d2590ae9ffea09fdbaceb6abdbe4e921464.zip
binutils-ea556d2590ae9ffea09fdbaceb6abdbe4e921464.tar.gz
binutils-ea556d2590ae9ffea09fdbaceb6abdbe4e921464.tar.bz2
Mention --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]
binutils/ * NEWS: Mention --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]. gas/ * NEWS: Mention --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]. ld/ * NEWS: Mention --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/NEWS b/ld/NEWS
index 9cafe12..4e84d5a 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,8 @@
-*- text -*-
+* 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.
* Add support for LLVM plugin.