aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-03-19 12:14:56 +0000
committerNick Clifton <nickc@redhat.com>2015-03-19 12:14:56 +0000
commite2575e05e73c3b2f08a8b5f579a504ac6a45ad60 (patch)
tree139f07c5ba65fa1b904490b6775bea9b8702d77a /bfd/ChangeLog
parent590d1e9a30f9180af725673fa06ea74fe822d21b (diff)
downloadgdb-e2575e05e73c3b2f08a8b5f579a504ac6a45ad60.zip
gdb-e2575e05e73c3b2f08a8b5f579a504ac6a45ad60.tar.gz
gdb-e2575e05e73c3b2f08a8b5f579a504ac6a45ad60.tar.bz2
Fix building and testing dwarf debug section compression feature when zlib is not available.
PR gas/18087 gas/test * gas/i386/dw2-compress-1.d: Allow the test to pass regardless of whether the .debug_info section was compressed on not. bfd * compress.c (bfd_compress_section_contents): Do not define this function if it is not used.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 0bc727d..e158591 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2015-03-19 Nick Clifton <nickc@redhat.com>
+
+ PR 18078
+ * compress.c (bfd_compress_section_contents): Do not define this
+ function if it is not used.
+
2015-03-18 H.J. Lu <hongjiu.lu@intel.com>
* compress.c (bfd_compress_section_contents): Make it static.