]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 717533fde3c034258add4bbe8661f752eb59ef1f..999d6d2823cb488c42482b68b1fc5906256f4f97 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 41586387419bcf296d9840c6fddba0f87f5a5079..051fe48be6b066c8dc171ce938d7b69e6a176c70 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 d42aa7575c719ad57da588262d6c2b5a8b2c3e68..7161b4371ba05e7e77a157a075ba20079d278cc1 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 bc12511d178318de19a982f2cca0fb0bcacf4915..495bf1044575e07cc2f38750b3a5537f0336eb6b 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 bad213be3ea35dd3994d85908fb4c332f2da39e1..b9b75fb03de741390a7a5916130786ec658e3518 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 9cafe12c7a1bc94ca551ce88e679c4f3d0c58373..4e84d5a5a6a2233f691abfe655036fdde7bcb7cc 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.