Mention --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 15 Apr 2015 12:25:58 +0000 (05:25 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 15 Apr 2015 12:26:41 +0000 (05:26 -0700)
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].

binutils/ChangeLog
binutils/NEWS
gas/ChangeLog
gas/NEWS
ld/ChangeLog
ld/NEWS

index 717533f..999d6d2 100644 (file)
@@ -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  Nick Clifton  <nickc@redhat.com>
 
        * readelf.c (target_specific_reloc_handling): Add code to handle
index 4158638..051fe48 100644 (file)
@@ -1,5 +1,9 @@
 -*- text -*-
 
+* Extend objcopy --compress-debug-sections option to support
+  --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi] for ELF
+  targets.
+
 * Add --update-section option to objcopy.
 
 Changes in 2.25:
index d42aa75..7161b43 100644 (file)
@@ -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>
 
        * as.h (compressed_debug_section_type): Removed.
index bc12511..495bf10 100644 (file)
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -2,6 +2,10 @@
 
 Changes in 2.26:
 
+* Extend --compress-debug-sections option to support
+  --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi] for ELF
+  targets.
+
 * --compress-debug-sections is turned on for Linux/x86 by default.
 
 Changes in 2.25:
index bad213b..b9b75fb 100644 (file)
@@ -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 9cafe12..4e84d5a 100644 (file)
--- 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.