summaryrefslogtreecommitdiff
path: root/bfd/compress.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Provide a more helpful error message when the BFD library is unable to load a...Nick Clifton2016-11-101-0/+8
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Don't add the zlib header to SHF_COMPRESSED sectionH.J. Lu2015-05-141-73/+84
* Fix compile time warning messages about variables being used before they are ...Nick Clifton2015-04-241-3/+6
* Delay setting up compressed debug section namesH.J. Lu2015-04-231-10/+5
* Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]H.J. Lu2015-04-141-4/+47
* Use bfd_alloc for compressed section contentsH.J. Lu2015-04-101-3/+6
* Update comments in compress.cH.J. Lu2015-04-091-6/+3
* Work around a GCC uninitialized warning bugH.J. Lu2015-04-081-0/+5
* Add SHF_COMPRESSED support to gas and objcopyH.J. Lu2015-04-081-58/+207
* Use bfd_putb64/bfd_getb64H.J. Lu2015-04-061-31/+2
* Replace uncompressed_size_buffer with compressed_size_bufferH.J. Lu2015-04-041-9/+9
* Extract get_uncompressed_sizeH.J. Lu2015-04-041-9/+22
* Add --with-system-zlib in bfdH.J. Lu2015-03-291-30/+6
* Don't write the zlib header if not usedH.J. Lu2015-03-241-30/+26
* Fix building and testing dwarf debug section compression feature when zlib is...Nick Clifton2015-03-191-6/+1
* Make bfd_compress_section_contents staticH.J. Lu2015-03-181-20/+8
* Fix debug section compression so that it is only performed if it would make t...Jon Turney2015-03-181-1/+12
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Fix memory access problems exposed by fuzzed binaries.Nick Clifton2014-12-031-0/+2
* More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton2014-12-011-3/+10
* Revert changes in previous deltas that introduced new failures intoNick Clifton2014-11-061-8/+0
* Fix problem with linker created sections being mistakenly flaggedNick Clifton2014-11-041-1/+2
* More fixes for buffer overruns instigated by corrupt binaries.Nick Clifton2014-11-031-0/+7
* Fixes a problem with the BFD library running out of memory because it mistakenlyNick Clifton2014-04-301-0/+10
* Update copyright yearsAlan Modra2014-03-051-2/+1
* * coffcode.h: Added a cast to void when a bfd_set_section_*()Nick Clifton2013-04-171-3/+4
* Remove trailing white spaces in bfdH.J. Lu2013-01-101-2/+2
* Don't decompress the section in bfd_is_section_compressedH.J. Lu2012-10-241-2/+11
* bfd/Alan Modra2012-10-211-0/+23
* * compress.c: Reinstate 2012-10-19 change.Alan Modra2012-10-201-20/+17
* * compress.c: Revert previous patch.Tom Tromey2012-10-191-7/+8
* * compress.c (bfd_get_full_section_contents): Don't cacheTom Tromey2012-10-191-8/+7
* ChangeLog bfdKai Tietz2012-10-181-1/+1
* PR 14072Nick Clifton2012-05-171-2/+1
* When computing checksums, skip the contents of sections with the SHT_NOBITS t...Nick Clifton2011-12-141-2/+2
* PR ld/12451Nick Clifton2011-12-141-2/+2
* * bfd-in.h (bfd_get_section_limit): Don't use rawsize with outputAlan Modra2011-04-111-2/+6
* 2011-03-05 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-03-061-0/+3
* * compress.c (decompress_contents): Style.Alan Modra2010-12-241-69/+58
* Use uLong on compressed_size when using zlib.H.J. Lu2010-10-291-1/+1
* Add compressed debug section support to binutils and ld.H.J. Lu2010-10-291-56/+340
* bfd/ChangeLog:Cary Coutant2010-07-031-1/+1
* * compress.c (bfd_uncompress_section_contents): Use ATTRIBUTE_UNUSEDAlan Modra2010-06-281-5/+3
* Updated soruces in bfd/* to compile cleanly with -Wc++-compat.Nick Clifton2009-09-091-1/+1
* bfd/Craig Silverstein2008-07-101-0/+122