aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2010-08-09 18:08:18 +0000
committerCary Coutant <ccoutant@google.com>2010-08-09 18:08:18 +0000
commit955974c6c5ddc44febc20560a975a76acf3aa5ca (patch)
treeab178805104736c70402db3279c5afd5b75e3ec6 /gas/ChangeLog
parent1971b03393cfbbc43b8404e2a2c9a77f3161c67e (diff)
downloadgdb-955974c6c5ddc44febc20560a975a76acf3aa5ca.zip
gdb-955974c6c5ddc44febc20560a975a76acf3aa5ca.tar.gz
gdb-955974c6c5ddc44febc20560a975a76acf3aa5ca.tar.bz2
* as.c (show_usage): Don't list --compress-debug-sections if zlib not
installed. (main): Warn if --compress-debug-sections requested and zlib not installed. * doc/as.texinfo: Add --compress-debug-sections, --nocompress-debug-sections.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 534c956..7c65f71 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,12 @@
+2010-08-09 Cary Coutant <ccoutant@google.com>
+
+ * as.c (show_usage): Don't list --compress-debug-sections if zlib not
+ installed.
+ (main): Warn if --compress-debug-sections requested and zlib not
+ installed.
+ * doc/as.texinfo: Add --compress-debug-sections,
+ --nocompress-debug-sections.
+
2010-08-06 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (set_cpu_arch): Re-indent.