| Commit message (Expand) | Author | Age | Files | Lines |
* | Update year range in copyright notice of binutils files | Alan Modra | 2023-01-01 | 1 | -1/+1 |
* | bfd, binutils, gas: Remove/mark unused variables | Tsukasa OI | 2022-09-15 | 1 | -1/+1 |
* | HOWTO size encoding | Alan Modra | 2022-06-08 | 1 | -18/+18 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2022-01-02 | 1 | -1/+1 |
* | bfd: fix -Wunused errors with clang 13+ | Simon Marchi | 2021-12-14 | 1 | -4/+1 |
* | Use bool in bfd | Alan Modra | 2021-03-31 | 1 | -149/+149 |
* | elf_backend_relocate_section int vs. bfd_boolean | Alan Modra | 2021-03-29 | 1 | -1/+1 |
* | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 2021-03-22 | 1 | -1/+1 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2021-01-01 | 1 | -1/+1 |
* | elf_hash_table_id access | Alan Modra | 2020-08-25 | 1 | -2/+3 |
* | ELF: Add _bfd_elf_add_dynamic_tags | H.J. Lu | 2020-06-23 | 1 | -47/+2 |
* | 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 | -42/+0 |
* | ELF: Consolidate readonly_dynrelocs | H.J. Lu | 2020-06-03 | 1 | -19/+2 |
* | ELF: Move dyn_relocs to struct elf_link_hash_entry | H.J. Lu | 2020-06-01 | 1 | -69/+16 |
* | bfd_size_type to size_t | Alan Modra | 2020-02-19 | 1 | -1/+1 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2020-01-01 | 1 | -1/+1 |
* | bfd_section_* macros | Alan Modra | 2019-09-19 | 1 | -11/+10 |
* | 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 | -1/+2 |
* | LM32 linker segmentation faults | Alan Modra | 2019-05-28 | 1 | -1/+2 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2019-01-01 | 1 | -1/+1 |
* | Have info_to_howto functions return a success/fail status. Check this result... | Nick Clifton | 2018-02-27 | 1 | -4/+7 |
* | assorted target messages | Alan Modra | 2018-02-26 | 1 | -1/+3 |
* | unrecognized/unsupported reloc message | Alan Modra | 2018-02-26 | 1 | -2/+3 |
* | %L conversions | Alan Modra | 2018-02-19 | 1 | -3/+6 |
* | Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T. | Alan Modra | 2018-02-19 | 1 | -1/+1 |
* | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 2018-02-19 | 1 | -2/+2 |
* | Remove bfd stub function casts. | Alan Modra | 2018-02-16 | 1 | -2/+1 |
* | Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext... | Nick Clifton | 2018-02-14 | 1 | -1/+2 |
* | Fix compile time warning messages from gcc version 8 about cast between incom... | Nick Clifton | 2018-02-13 | 1 | -1/+1 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2018-01-03 | 1 | -1/+1 |
* | BFD whitespace fixes | Alan Modra | 2017-12-06 | 1 | -1102/+1102 |
* | Fix Common symbol override test fails | Alan Modra | 2017-12-06 | 1 | -0/+9 |
* | dyn_relocs tidy | Alan Modra | 2017-12-06 | 1 | -44/+13 |
* | readonly_dynrelocs | Alan Modra | 2017-12-01 | 1 | -17/+35 |
* | ELF: Don't set non_ir_ref_regular in check_relocs | H.J. Lu | 2017-11-28 | 1 | -4/+0 |
* | Rename u.weakdef and make it a circular list | Alan Modra | 2017-11-23 | 1 | -6/+6 |
* | ELF: Call check_relocs after opening all inputs | H.J. Lu | 2017-10-16 | 1 | -56/+0 |
* | bfd_error_handler bfd_vma and bfd_size_type args | Alan Modra | 2017-07-12 | 1 | -2/+2 |
* | Rename non_ir_ref to non_ir_ref_regular | Alan Modra | 2017-05-16 | 1 | -1/+1 |
* | Update year range in copyright notice of all files. | Alan Modra | 2017-01-02 | 1 | -1/+1 |
* | elf_backend_dtrel_excludes_plt | Alan Modra | 2016-11-23 | 1 | -18/+1 |
* | Delete duplicate target short-cuts to dynamic sections | Alan Modra | 2016-11-23 | 1 | -75/+38 |
* | Add c-format tags to translatable strings with more than one argument-using f... | Nick Clifton | 2016-10-19 | 1 | -0/+1 |
* | Remove syntactic sugar | Alan Modra | 2016-09-30 | 1 | -3/+3 |
* | Return void from linker callbacks | Alan Modra | 2016-05-28 | 1 | -12/+7 |
* | Set dynamic tag VMA and size from dynamic section when possible | Alan Modra | 2016-05-13 | 1 | -7/+5 |
* | Copyright update for binutils | Alan Modra | 2016-01-01 | 1 | -1/+1 |