From: H.J. Lu Date: Sun, 14 Dec 2014 15:23:15 +0000 (-0800) Subject: Mention --compress-debug-sections default in NEWS X-Git-Tag: gdb-7.9.0-release~313 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d2b51ad6aec6f9e92a3cb0ed4d9f6c9c490c392;p=external%2Fbinutils.git Mention --compress-debug-sections default in NEWS * NEWS: Mention --compress-debug-sections is on by default for Linux/x86. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 27da2cc..b53fcff 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -2,6 +2,7 @@ * config/tc-i386.c (flag_compress_debug): Default to compress debug sections for Linux. + * NEWS: Mention it. 2014-12-12 Alan Modra diff --git a/gas/NEWS b/gas/NEWS index 8a757c5..16035c6 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -1,5 +1,9 @@ -*- text -*- +Changes in 2.26: + +* --compress-debug-sections is turned on for Linux/x86 by default. + Changes in 2.25: * Add support for the AVR Tiny microcontrollers.