Age | Commit message (Expand) | Author | Files | Lines |
2023-03-29 | Sanity check section size in bfd_init_section_compress_status | Alan Modra | 1 | -1/+2 |
2023-02-15 | Remove RETURNS from BFD chew comments | Tom Tromey | 1 | -3/+0 |
2023-02-09 | Memory leak in bfd_init_section_compress_status | Alan Modra | 1 | -1/+4 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-12-17 | bfd_get_relocated_section_contents allow NULL data buffer | Alan Modra | 1 | -10/+11 |
2022-12-07 | bfd_compress_section_contents access to elf_section_data | Alan Modra | 1 | -1/+2 |
2022-12-07 | Compression tidy and fixes | Alan Modra | 1 | -1/+68 |
2022-12-06 | bfd: Avoid signed overflow for new_size adjustment | H.J. Lu | 1 | -1/+1 |
2022-12-06 | Get rid of SEC_ELF_RENAME | Alan Modra | 1 | -17/+53 |
2022-12-06 | Compression header enum | Alan Modra | 1 | -10/+353 |
2022-12-06 | PR29855, ch_type in bfd_init_section_decompress_status can be uninitialized | Alan Modra | 1 | -0/+1 |
2022-12-05 | Re: Renaming .debug to .zdebug and vice versa | Alan Modra | 1 | -2/+2 |
2022-12-04 | Renaming .debug to .zdebug and vice versa | Alan Modra | 1 | -0/+29 |
2022-11-11 | PR28834, PR26946 sanity checking section size | Alan Modra | 1 | -29/+14 |
2022-10-16 | zlib-gabi to zstd woes | Alan Modra | 1 | -24/+5 |
2022-10-04 | Support objcopy changing compression to or from zstd | Alan Modra | 1 | -122/+118 |
2022-09-26 | binutils, gdb: support zstd compressed debug sections | Fangrui Song | 1 | -18/+54 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-11-05 | PR28530, Hang in objdump on machine with 196GB RAM | Alan Modra | 1 | -0/+15 |
2021-11-04 | Revert "bfd: Always check sections with the corrupt size" | H.J. Lu | 1 | -27/+23 |
2021-11-04 | bfd: Always check sections with the corrupt size | H.J. Lu | 1 | -23/+27 |
2021-10-07 | Change ridiculous section size error | Alan Modra | 1 | -1/+1 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -41/+41 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 1 | -2/+2 |
2021-01-16 | Tidy inflateEnd calls | Alan Modra | 1 | -2/+1 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-04-21 | BFD: Exclude sections with no content from compress check. | Tamar Christina | 1 | -0/+3 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -4/+3 |
2019-07-02 | Fix a bug recently introduced to the linker where it would complain about a s... | Nick Clifton | 1 | -0/+3 |
2019-06-28 | Prevent attempts to allocate excessive amounts of memory when parsing corrupt... | Nick Clifton | 1 | -0/+17 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-11-27 | Initialize *uncompressed_align_pow_p to 0 | H.J. Lu | 1 | -0/+2 |
2018-11-27 | Handle ELF compressed header alignment correctly by setting up the section al... | Mark Wielaard | 1 | -10/+25 |
2018-02-19 | %L conversions | Alan Modra | 1 | -2/+2 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -1/+1 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
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 |