summaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/NEWS3
2 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index bad213be3ea..b9b75fb03de 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-15 H.J. Lu <hongjiu.lu@intel.com>
+
+ * NEWS: Mention
+ --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
+
2015-04-14 H.J. Lu <hongjiu.lu@intel.com>
* ld.texinfo: Document --compress-debug-sections=.
diff --git a/ld/NEWS b/ld/NEWS
index 9cafe12c7a1..4e84d5a5a6a 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.