Age | Commit message (Expand) | Author | Files | Lines |
2023-07-17 | PR10957, Missing option to really print section+offset | Alan Modra | 1 | -2/+2 |
2023-04-20 | sh4-linux segfaults running ld testsuite | Alan Modra | 1 | -0/+2 |
2023-02-23 | Test SEC_HAS_CONTENTS in relax routines | Alan Modra | 1 | -0/+2 |
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 | -0/+9 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-05-13 | PR27858, global-buffer-overflow | Alan Modra | 1 | -3/+2 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -231/+230 |
2021-03-29 | elf_backend_relocate_section int vs. bfd_boolean | Alan Modra | 1 | -1/+1 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 1 | -1/+1 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-08-25 | elf_hash_table_id access | Alan Modra | 1 | -2/+3 |
2020-07-30 | elf: Add sym_cache to elf_link_hash_table | H.J. Lu | 1 | -11/+6 |
2020-06-23 | ELF: Add _bfd_elf_add_dynamic_tags | H.J. Lu | 1 | -58/+7 |
2020-06-06 | ELF: Add target_os to elf_link_hash_table/elf_backend_data | H.J. Lu | 1 | -15/+14 |
2020-06-04 | ELF: Don't check relocations in non-loaded, non-alloced sections | H.J. Lu | 1 | -9/+0 |
2020-06-03 | ELF: Consolidate maybe_set_textrel | H.J. Lu | 1 | -28/+2 |
2020-06-03 | ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirect | H.J. Lu | 1 | -30/+0 |
2020-06-03 | ELF: Consolidate readonly_dynrelocs | H.J. Lu | 1 | -19/+2 |
2020-06-01 | ELF: Move dyn_relocs to struct elf_link_hash_entry | H.J. Lu | 1 | -20/+16 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -28/+14 |
2020-05-01 | FIXME for merging of e_flags and .gnu.attributes | Alan Modra | 1 | -0/+4 |
2020-04-21 | Remove SH-5 remnants | Alan Modra | 1 | -16/+2 |
2020-04-15 | Unify the behaviour of ld.bfd and ld.gold with respect to warning about unres... | Fangrui Song | 1 | -6/+7 |
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-27 | Correct R_SH_IND12W handling | Alan Modra | 1 | -8/+6 |
2019-11-26 | Fix comparison operations in SH code that trigger warning in clang. | Nick Clifton | 1 | -1/+1 |
2019-11-25 | Pass section when available to bfd_octets_per_byte | Alan Modra | 1 | -3/+6 |
2019-11-25 | Introduce new section flag: SEC_ELF_OCTETS | Christian Eggers | 1 | -1/+2 |
2019-11-18 | elf_backend_modify_headers | Alan Modra | 1 | -2/+0 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -9/+9 |
2019-04-11 | Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentry | H.J. Lu | 1 | -3/+1 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-18 | PR23980, assertion fail | Alan Modra | 1 | -1/+5 |
2018-07-30 | Prevent a seg-fault in the linker when trying to process SH object files with... | Nick Clifton | 1 | -17/+105 |
2018-04-16 | Remove sh5 and sh64 support | Alan Modra | 1 | -632/+11 |
2018-02-27 | Have info_to_howto functions return a success/fail status. Check this result... | Nick Clifton | 1 | -2/+3 |
2018-02-26 | assorted target messages | Alan Modra | 1 | -1/+1 |
2018-02-26 | unrecognized/unsupported reloc message | Alan Modra | 1 | -1/+1 |
2018-02-19 | %L conversions | Alan Modra | 1 | -44/+56 |
2018-02-19 | Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T. | Alan Modra | 1 | -1/+1 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -32/+32 |
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 | -1/+1 |
2017-12-06 | Fix Common symbol override test fails | Alan Modra | 1 | -0/+9 |
2017-12-06 | dyn_relocs tidy | Alan Modra | 1 | -48/+17 |
2017-12-01 | readonly_dynrelocs | Alan Modra | 1 | -19/+34 |
2017-11-28 | ELF: Don't set non_ir_ref_regular in check_relocs | H.J. Lu | 1 | -4/+0 |
2017-11-23 | Rename u.weakdef and make it a circular list | Alan Modra | 1 | -7/+7 |