From ea556d2590ae9ffea09fdbaceb6abdbe4e921464 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 15 Apr 2015 05:25:58 -0700 Subject: [PATCH] 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]. --- binutils/ChangeLog | 5 +++++ binutils/NEWS | 4 ++++ gas/ChangeLog | 5 +++++ gas/NEWS | 4 ++++ ld/ChangeLog | 5 +++++ ld/NEWS | 3 +++ 6 files changed, 26 insertions(+) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 717533fde3c..999d6d2823c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2015-04-15 H.J. Lu + + * NEWS: Mention + --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]. + 2015-04-14 Nick Clifton * readelf.c (target_specific_reloc_handling): Add code to handle diff --git a/binutils/NEWS b/binutils/NEWS index 41586387419..051fe48be6b 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -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: diff --git a/gas/ChangeLog b/gas/ChangeLog index d42aa7575c7..7161b4371ba 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2015-04-15 H.J. Lu + + * NEWS: Mention + --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]. + 2015-04-14 H.J. Lu * as.h (compressed_debug_section_type): Removed. diff --git a/gas/NEWS b/gas/NEWS index bc12511d178..495bf104457 100644 --- 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: 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 + + * NEWS: Mention + --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]. + 2015-04-14 H.J. Lu * 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.