Age | Commit message (Expand) | Author | Files | Lines |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-08-23 | bfd_get_symbol_leading_char vs. "" | Alan Modra | 1 | -1/+2 |
2023-08-09 | Rename bfd_bread and bfd_bwrite | Alan Modra | 1 | -14/+13 |
2023-05-17 | Decorated symbols in import libs (BUG 30421) | Luca Bacci | 1 | -1/+33 |
2023-03-27 | Use stdint types in coff internal_auxent | Alan Modra | 1 | -11/+11 |
2023-02-23 | Test SEC_HAS_CONTENTS before reading section contents | Alan Modra | 1 | -1/+1 |
2023-01-24 | Fix seg-fault when generating an empty DLL with LTO enabled. | Nick Clifton | 1 | -2/+3 |
2023-01-06 | Tidy pe flag in coff_data | Alan Modra | 1 | -3/+3 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-11-22 | PR29807, SIGSEGV when linking fuzzed PE object | Alan Modra | 1 | -2/+4 |
2022-08-01 | Get rid of fprintf_vma and sprintf_vma | Alan Modra | 1 | -8/+4 |
2022-05-19 | COFF: use hash for string table also when copying / stripping | Jan Beulich | 1 | -49/+5 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-11-10 | PR 28447: implement multiple parameters for .file on XCOFF | Clément Chigot | 1 | -7/+7 |
2021-07-07 | Fix problems translating messages when a percentage sign appears at the end o... | Nick Clifton | 1 | -4/+8 |
2021-04-01 | PE/Windows x86_64: Fix weak undef symbols after image base change | Tamar Christina | 1 | -0/+15 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -172/+172 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 1 | -6/+6 |
2021-03-10 | bfd: strip symbols not representable in COFF/PE symbol table | Jan Beulich | 1 | -0/+11 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-09-09 | Fix thinko in the code to check coff archive elements. | Nick Clifton | 1 | -4/+4 |
2020-08-28 | Fixes for testsuite failures introduced by the changes made for PR 19011. | Nick Clifton | 1 | -3/+9 |
2020-06-15 | PR26103, Assertion failure with symbols defined in link-once sections | Alan Modra | 1 | -1/+17 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -68/+30 |
2020-04-14 | [PATCH v2 2/2] coff-go32: support extended relocations | Juan Manuel Guerrero | 1 | -2/+2 |
2020-03-26 | Revert earlier delta adding bfd_coff_get_internal_extra_pe_aouthdr() function. | Nick Clifton | 1 | -9/+0 |
2020-03-25 | Add a new function to the BFD library to allow users access to the COFF inter... | Nick Clifton | 1 | -0/+9 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -2/+2 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-11-25 | Pass section when available to bfd_octets_per_byte | Alan Modra | 1 | -3/+4 |
2019-11-25 | Introduce new section flag: SEC_ELF_OCTETS | Christian Eggers | 1 | -2/+3 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -2/+1 |
2019-09-18 | bfd_asymbol_* macros | Alan Modra | 1 | -1/+1 |
2019-09-18 | Don't use bfd_get_* macro to set bfd fields | Alan Modra | 1 | -2/+2 |
2019-05-28 | COFF linker segmentation faults | Alan Modra | 1 | -1/+1 |
2019-03-15 | COFF: Check for symbols defined in discarded section | H.J. Lu | 1 | -1/+5 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-10-13 | _bfd_clear_contents bounds checking | Alan Modra | 1 | -1/+1 |
2018-05-07 | Replace uses of strncmp with memcmp | Alan Modra | 1 | -1/+1 |
2018-05-04 | -Wstringop-truncation warnings | Alan Modra | 1 | -1/+1 |
2018-02-26 | AOUT/COFF/PE messages | Alan Modra | 1 | -2/+2 |
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 | -8/+8 |
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 | -102/+102 |
2017-11-01 | Fix an invalid free called when attempting to link a COFF object against an E... | Nick Clifton | 1 | -0/+4 |
2017-07-12 | bfd_error_handler bfd_vma and bfd_size_type args | Alan Modra | 1 | -4/+4 |
2017-04-13 | Use %A and %B in more error messages | Alan Modra | 1 | -8/+4 |
2017-04-13 | Rewrite bfd error handler | Alan Modra | 1 | -3/+4 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |