aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2011-01-19 00:24:23 +0000
committerH.J. Lu <hjl.tools@gmail.com>2011-01-19 00:24:23 +0000
commit6ac88ef38d4da039b342dff4c457044f924bfc8a (patch)
tree3a6f26e161f11aaa8f6c4e0ad4446966bb96a5b5 /gas/ChangeLog
parentc25658875fc186ba568ba35a7de3153796020a01 (diff)
downloadgdb-6ac88ef38d4da039b342dff4c457044f924bfc8a.zip
gdb-6ac88ef38d4da039b342dff4c457044f924bfc8a.tar.gz
gdb-6ac88ef38d4da039b342dff4c457044f924bfc8a.tar.bz2
Don't compress debug sections smaller than 32 bytes.
2011-01-18 H.J. Lu <hongjiu.lu@intel.com> * write.c (compress_debug): Return if section size is small than 32 byte.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index bb47e72..d9cf957 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
+ * write.c (compress_debug): Return if section size is smaller
+ than 32 bytes.
+
+2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
+
PR gas/12409
* write.c (compress_debug): Return if section size is 0.