summaryrefslogtreecommitdiff
path: root/bfd/compress.c
Commit message (Expand)AuthorAgeFilesLines
* 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