Age | Commit message (Expand) | Author | Files | Lines |
2023-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-12-18 | Comment bfd_get_section_limit_octets and bfd_get_section_alloc_size | Alan Modra | 1 | -0/+5 |
2022-12-17 | bfd_get_relocated_section_contents allow NULL data buffer | Alan Modra | 1 | -0/+8 |
2022-12-17 | Re: The problem with warning in elf_object_p | Alan Modra | 1 | -34/+142 |
2022-12-06 | Compression header enum | Alan Modra | 1 | -352/+0 |
2022-10-19 | aarch64-pe support for LD, GAS and BFD | Jedidiah Thompson | 1 | -0/+1 |
2022-10-16 | zlib-gabi to zstd woes | Alan Modra | 1 | -2/+2 |
2022-09-26 | binutils, gdb: support zstd compressed debug sections | Fangrui Song | 1 | -8/+18 |
2022-09-06 | bfd: Add bfd_find_nearest_line_with_alt | Aaron Merey | 1 | -0/+5 |
2022-08-10 | bfd: Add support for LoongArch64 EFI (efi-*-loongarch64). | Youling Tang | 1 | -0/+1 |
2022-08-03 | Fix a conflict between the linker's need to rename some PE format input libra... | Alan Modra | 1 | -0/+2 |
2022-08-01 | Get rid of fprintf_vma and sprintf_vma | Alan Modra | 1 | -6/+6 |
2022-02-13 | Remove bfd ELF_RELROPAGESIZE | Alan Modra | 1 | -6/+3 |
2022-02-11 | bfd: Remove return with expression in void function | Michael Forney | 1 | -1/+1 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-12-17 | ubsan: bfd.c:2519:8: shift exponent 34 is too large | Alan Modra | 1 | -2/+2 |
2021-11-23 | AArch64: Add support for AArch64 EFI (efi-*-aarch64). | Tamar Christina | 1 | -0/+1 |
2021-07-28 | Externalize the _bfd_set_gp_value function | will schmidt | 1 | -0/+18 |
2021-07-08 | ld: Limit cache size and add --max-cache-size=SIZE | H.J. Lu | 1 | -0/+3 |
2021-07-05 | ld: Cache and reuse the IR archive file descriptor | H.J. Lu | 1 | -0/+6 |
2021-04-05 | C99 bfd configury | Alan Modra | 1 | -26/+2 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -59/+59 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 1 | -4/+4 |
2021-03-05 | elf/x86-64: Subtract __ImageBase for R_AMD64_IMAGEBASE | H.J. Lu | 1 | -0/+11 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-12-16 | constify elfNN_bed | Alan Modra | 1 | -68/+0 |
2020-08-20 | Ensure that compressed sections that have an ELF compression header structure... | Nick Clifton | 1 | -0/+3 |
2020-08-13 | PR26348, Malloc error in write_zeros | Alan Modra | 1 | -0/+4 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -2/+1 |
2020-05-19 | Use bfd_get_filename throughout bfd | Alan Modra | 1 | -5/+5 |
2020-04-02 | coff-go32-exe: support variable-length stubs | Jan W. Jagersma | 1 | -3/+2 |
2020-03-13 | Fix several mix up between octets and bytes in ELF program headers | Christian Eggers | 1 | -2/+3 |
2020-02-27 | bfd_stat_arch_elt buffer overflow | Alan Modra | 1 | -1/+2 |
2020-02-19 | bfd_get_size cache | Alan Modra | 1 | -7/+12 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -1/+1 |
2020-01-09 | Fix an illegal memory access triggered when trying to examine an input file c... | Nick Clifton | 1 | -2/+14 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-12-29 | PR15350, Fix compressed debug sections for PE targets | Alan Modra | 1 | -43/+41 |
2019-11-25 | Pass section when available to bfd_octets_per_byte | Alan Modra | 1 | -1/+1 |
2019-11-25 | Introduce new section flag: SEC_ELF_OCTETS | Christian Eggers | 1 | -1/+2 |
2019-11-18 | PR25196, abort in rewrite_elf_program_header | Alan Modra | 1 | -0/+2 |
2019-10-21 | ar P support | Alan Modra | 1 | -1/+4 |
2019-10-15 | Simplify power of two test | Alan Modra | 1 | -1/+1 |
2019-09-20 | bfd macro conversion to inline functions, section | Alan Modra | 1 | -0/+99 |
2019-09-20 | bfd macro conversion to inline functions, asymbol | Alan Modra | 1 | -0/+30 |
2019-09-20 | bfd macro conversion to inline functions | Alan Modra | 1 | -0/+84 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -4/+4 |
2019-09-18 | Don't use bfd_get_* macro to set bfd fields | Alan Modra | 1 | -1/+1 |
2019-09-18 | Constify target name, reloc name, and carsym name | Alan Modra | 1 | -1/+1 |
2019-09-11 | Tidy ld/ldmisc.c | Alan Modra | 1 | -0/+3 |