Age | Commit message (Expand) | Author | Files | Lines |
2017-12-06 | BFD whitespace fixes | Alan Modra | 1 | -2/+2 |
2017-07-18 | Fix spelling typos. | Yuri Chornovian | 1 | -1/+1 |
2017-07-12 | bfd_error_handler bfd_vma and bfd_size_type args | Alan Modra | 1 | -2/+2 |
2017-06-26 | Check file size before getting section contents | H.J. Lu | 1 | -7/+1 |
2017-06-26 | Fix address violations when atempting to parse fuzzed binaries. | Nick Clifton | 1 | -0/+6 |
2017-04-26 | Fix seg-fault attempting to compress a debug section in a corrupt binary. | Nick Clifton | 1 | -10/+9 |
2017-02-17 | Fix potential illegal memory access in ZLIB because of an erroneous declarati... | Nick Clifton | 1 | -1/+1 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-11-10 | Provide a more helpful error message when the BFD library is unable to load a... | Nick Clifton | 1 | -0/+8 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-05-14 | Don't add the zlib header to SHF_COMPRESSED section | H.J. Lu | 1 | -73/+84 |
2015-04-24 | Fix compile time warning messages about variables being used before they are ... | Nick Clifton | 1 | -3/+6 |
2015-04-23 | Delay setting up compressed debug section names | H.J. Lu | 1 | -10/+5 |
2015-04-14 | Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi] | H.J. Lu | 1 | -4/+47 |
2015-04-10 | Use bfd_alloc for compressed section contents | H.J. Lu | 1 | -3/+6 |
2015-04-09 | Update comments in compress.c | H.J. Lu | 1 | -6/+3 |
2015-04-08 | Work around a GCC uninitialized warning bug | H.J. Lu | 1 | -0/+5 |
2015-04-08 | Add SHF_COMPRESSED support to gas and objcopy | H.J. Lu | 1 | -58/+207 |
2015-04-06 | Use bfd_putb64/bfd_getb64 | H.J. Lu | 1 | -31/+2 |
2015-04-04 | Replace uncompressed_size_buffer with compressed_size_buffer | H.J. Lu | 1 | -9/+9 |
2015-04-04 | Extract get_uncompressed_size | H.J. Lu | 1 | -9/+22 |
2015-03-29 | Add --with-system-zlib in bfd | H.J. Lu | 1 | -30/+6 |
2015-03-24 | Don't write the zlib header if not used | H.J. Lu | 1 | -30/+26 |
2015-03-19 | Fix building and testing dwarf debug section compression feature when zlib is... | Nick Clifton | 1 | -6/+1 |
2015-03-18 | Make bfd_compress_section_contents static | H.J. Lu | 1 | -20/+8 |
2015-03-18 | Fix debug section compression so that it is only performed if it would make t... | Jon Turney | 1 | -1/+12 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-12-03 | Fix memory access problems exposed by fuzzed binaries. | Nick Clifton | 1 | -0/+2 |
2014-12-01 | More fixes for memory access violations exposed by fuzzed binaries. | Nick Clifton | 1 | -3/+10 |
2014-11-06 | Revert changes in previous deltas that introduced new failures into | Nick Clifton | 1 | -8/+0 |
2014-11-04 | Fix problem with linker created sections being mistakenly flagged | Nick Clifton | 1 | -1/+2 |
2014-11-03 | More fixes for buffer overruns instigated by corrupt binaries. | Nick Clifton | 1 | -0/+7 |
2014-04-30 | Fixes a problem with the BFD library running out of memory because it mistakenly | Nick Clifton | 1 | -0/+10 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -2/+1 |
2013-04-17 | * coffcode.h: Added a cast to void when a bfd_set_section_*() | Nick Clifton | 1 | -3/+4 |
2013-01-10 | Remove trailing white spaces in bfd | H.J. Lu | 1 | -2/+2 |
2012-10-24 | Don't decompress the section in bfd_is_section_compressed | H.J. Lu | 1 | -2/+11 |
2012-10-21 | bfd/ | Alan Modra | 1 | -0/+23 |
2012-10-20 | * compress.c: Reinstate 2012-10-19 change. | Alan Modra | 1 | -20/+17 |
2012-10-19 | * compress.c: Revert previous patch. | Tom Tromey | 1 | -7/+8 |
2012-10-19 | * compress.c (bfd_get_full_section_contents): Don't cache | Tom Tromey | 1 | -8/+7 |
2012-10-18 | ChangeLog bfd | Kai Tietz | 1 | -1/+1 |
2012-05-17 | PR 14072 | Nick Clifton | 1 | -2/+1 |
2011-12-14 | When computing checksums, skip the contents of sections with the SHT_NOBITS t... | Nick Clifton | 1 | -2/+2 |
2011-12-14 | PR ld/12451 | Nick Clifton | 1 | -2/+2 |
2011-04-11 | * bfd-in.h (bfd_get_section_limit): Don't use rawsize with output | Alan Modra | 1 | -2/+6 |
2011-03-06 | 2011-03-05 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -0/+3 |
2010-12-24 | * compress.c (decompress_contents): Style. | Alan Modra | 1 | -69/+58 |
2010-10-29 | Use uLong on compressed_size when using zlib. | H.J. Lu | 1 | -1/+1 |
2010-10-29 | Add compressed debug section support to binutils and ld. | H.J. Lu | 1 | -56/+340 |