| Commit message (Expand) | Author | Age | Files | Lines |
* | PR 30569, always call elf_backend_size_dynamic_sections | Alan Modra | 2024-04-02 | 1 | -4/+5 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2024-01-04 | 1 | -1/+1 |
* | nds32, sh, kvx: DT_JMPREL/DT_PLTRELSZ | Alan Modra | 2023-08-24 | 1 | -5/+5 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2023-01-01 | 1 | -1/+1 |
* | bfd_get_relocated_section_contents allow NULL data buffer | Alan Modra | 2022-12-17 | 1 | -1/+4 |
* | bfd, binutils, gas: Remove/mark unused variables | Tsukasa OI | 2022-09-15 | 1 | -3/+0 |
* | Don't encode reloc.size | Alan Modra | 2022-06-08 | 1 | -3/+3 |
* | HOWTO size encoding | Alan Modra | 2022-06-08 | 1 | -154/+208 |
* | NONE reloc fixes | Alan Modra | 2022-06-08 | 1 | -1/+1 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2022-01-02 | 1 | -1/+1 |
* | gas reloc sorting | Alan Modra | 2021-12-28 | 1 | -1/+1 |
* | bfd: fix -Wunused errors with clang 13+ | Simon Marchi | 2021-12-14 | 1 | -10/+2 |
* | PR28173, nds32_elf_howto_table index out of bounds | Alan Modra | 2021-08-06 | 1 | -30/+25 |
* | Use startswith more for strncmp function calls. | Martin Liska | 2021-04-01 | 1 | -7/+6 |
* | Use bool in bfd | Alan Modra | 2021-03-31 | 1 | -805/+805 |
* | TRUE/FALSE simplification | Alan Modra | 2021-03-29 | 1 | -1/+1 |
* | ELF output symbol hooks int vs. bfd_boolean | Alan Modra | 2021-03-29 | 1 | -5/+5 |
* | elf_backend_relocate_section int vs. bfd_boolean | Alan Modra | 2021-03-29 | 1 | -1/+1 |
* | nds32_elf_get_relocated_section_contents | Alan Modra | 2021-02-15 | 1 | -1/+4 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2021-01-01 | 1 | -1/+1 |
* | Assorted tidies | Alan Modra | 2020-12-18 | 1 | -1/+1 |
* | constify elfNN_bed | Alan Modra | 2020-12-16 | 1 | -3/+7 |
* | elf32-csky.c:3932:19: error: comparison is always false | Alan Modra | 2020-12-07 | 1 | -3/+1 |
* | Set SEC_SMALL_DATA on small common | Alan Modra | 2020-08-15 | 1 | -2/+2 |
* | elf: Add sym_cache to elf_link_hash_table | H.J. Lu | 2020-07-30 | 1 | -7/+6 |
* | ELF: Add _bfd_elf_add_dynamic_tags | H.J. Lu | 2020-06-23 | 1 | -61/+2 |
* | ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_table | H.J. Lu | 2020-06-08 | 1 | -9/+11 |
* | ELF: Don't check relocations in non-loaded, non-alloced sections | H.J. Lu | 2020-06-04 | 1 | -9/+0 |
* | ELF: Consolidate maybe_set_textrel | H.J. Lu | 2020-06-03 | 1 | -28/+2 |
* | ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirect | H.J. Lu | 2020-06-03 | 1 | -34/+0 |
* | ELF: Consolidate readonly_dynrelocs | H.J. Lu | 2020-06-03 | 1 | -20/+2 |
* | ELF: Move dyn_relocs to struct elf_link_hash_entry | H.J. Lu | 2020-06-01 | 1 | -22/+13 |
* | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 2020-05-21 | 1 | -12/+8 |
* | Use bfd_get_filename throughout bfd | Alan Modra | 2020-05-19 | 1 | -2/+2 |
* | FIXME for merging of e_flags and .gnu.attributes | Alan Modra | 2020-05-01 | 1 | -0/+4 |
* | ELF SEC_SMALL_DATA | Alan Modra | 2020-03-02 | 1 | -0/+13 |
* | Indent labels | Alan Modra | 2020-02-26 | 1 | -15/+15 |
* | bfd_size_type to size_t | Alan Modra | 2020-02-19 | 1 | -2/+2 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2020-01-01 | 1 | -1/+1 |
* | Pass section when available to bfd_octets_per_byte | Alan Modra | 2019-11-25 | 1 | -1/+5 |
* | Introduce new section flag: SEC_ELF_OCTETS | Christian Eggers | 2019-11-25 | 1 | -1/+1 |
* | remove more xmalloc in bfd | Alan Modra | 2019-10-15 | 1 | -2/+3 |
* | bfd_section_* macros | Alan Modra | 2019-09-19 | 1 | -22/+21 |
* | Complain about mbind, ifunc, and unique in final_write | Alan Modra | 2019-07-24 | 1 | -3/+3 |
* | ELF final_write_processing | Alan Modra | 2019-07-23 | 1 | -2/+2 |
* | Fix spelling mistakes in BFD library. | Yuri Chornoivan | 2019-01-21 | 1 | -1/+1 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2019-01-01 | 1 | -1/+1 |
* | Include bfd_stdint.h in bfd.h | Alan Modra | 2018-12-18 | 1 | -2/+0 |
* | _bfd_clear_contents bounds checking | Alan Modra | 2018-10-13 | 1 | -4/+4 |
* | elf32-nds32: Remove elf32_nds32_allocate_dynrelocs | Simon Marchi | 2018-09-26 | 1 | -13/+0 |