aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2014-12-14 07:23:15 -0800
committerH.J. Lu <hjl.tools@gmail.com>2014-12-14 07:23:15 -0800
commit0d2b51ad6aec6f9e92a3cb0ed4d9f6c9c490c392 (patch)
treea6b36cb78997e88ba8a9df9ce66ac225a7998ddf /gas
parentadd6016bac156e40e60bf21a2c2c8ed3015db049 (diff)
downloadgdb-0d2b51ad6aec6f9e92a3cb0ed4d9f6c9c490c392.zip
gdb-0d2b51ad6aec6f9e92a3cb0ed4d9f6c9c490c392.tar.gz
gdb-0d2b51ad6aec6f9e92a3cb0ed4d9f6c9c490c392.tar.bz2
Mention --compress-debug-sections default in NEWS
* NEWS: Mention --compress-debug-sections is on by default for Linux/x86.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog1
-rw-r--r--gas/NEWS4
2 files changed, 5 insertions, 0 deletions
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 <amodra@gmail.com>
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.