Age | Commit message (Expand) | Author | Files | Lines |
2024-04-02 | PR 30569, always call elf_backend_size_dynamic_sections | Alan Modra | 1 | -5/+6 |
2024-02-15 | elf_backend_finish_dynamic_symbol returning false | Alan Modra | 1 | -2/+0 |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-02-23 | Test SEC_HAS_CONTENTS in relax routines | Alan Modra | 1 | -2/+3 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-04-12 | convert elf_link_hash macros to inline functions | Alan Modra | 1 | -3/+3 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -240/+241 |
2021-03-29 | hash table iterator callback functions int vs. bfd_boolean | Alan Modra | 1 | -2/+2 |
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 | -5/+5 |
2021-02-11 | Revert "ia64: Check UNDEFWEAK_NO_DYNAMIC_RELOC" | Alan Modra | 1 | -15/+5 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-08-29 | PR26459 UBSAN: elfnn-ia64.c:1945 null pointer bsearch | Alan Modra | 1 | -19/+21 |
2020-08-25 | elf_hash_table_id access | Alan Modra | 1 | -2/+3 |
2020-08-15 | Set SEC_SMALL_DATA on small common | Alan Modra | 1 | -0/+1 |
2020-06-23 | ELF: Add _bfd_elf_add_dynamic_tags | H.J. Lu | 1 | -30/+4 |
2020-06-10 | ia64: Set DF_TEXTREL instead of reltext | H.J. Lu | 1 | -4/+2 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -23/+14 |
2020-05-01 | FIXME for merging of e_flags and .gnu.attributes | Alan Modra | 1 | -0/+4 |
2020-03-20 | tidy elf_backend calls | Alan Modra | 1 | -1/+6 |
2020-03-02 | elf_backend_section_flags and _bfd_elf_init_private_section_data | Alan Modra | 1 | -3/+2 |
2020-02-26 | Indent labels | Alan Modra | 1 | -3/+3 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -1/+1 |
2020-01-03 | Fix ld/PR25316 for the ia64 target by refusing to support binary merging. | Sergei Trofimovich | 1 | -4/+7 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-11-18 | elf_backend_init_file_header | Alan Modra | 1 | -6/+10 |
2019-11-18 | elf_backend_modify_headers | Alan Modra | 1 | -5/+4 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -16/+13 |
2019-07-24 | Complain about mbind, ifunc, and unique in final_write | Alan Modra | 1 | -3/+3 |
2019-07-23 | ELF final_write_processing | Alan Modra | 1 | -2/+2 |
2019-04-03 | BFD whitespace fixes | Alan Modra | 1 | -1/+1 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-18 | Include bfd_stdint.h in bfd.h | Alan Modra | 1 | -1/+0 |
2018-02-27 | Have info_to_howto functions return a success/fail status. Check this result... | Nick Clifton | 1 | -3/+20 |
2018-02-26 | IA-64: Fix linker error with --no-keep-memory. | Jim Wilson | 1 | -0/+6 |
2018-02-26 | assorted target messages | Alan Modra | 1 | -2/+2 |
2018-02-26 | unrecognized/unsupported reloc message | Alan Modra | 1 | -3/+3 |
2018-02-20 | Enable link time garbage collection support for the IA64 target. | Jason Duerstock | 1 | -0/+1 |
2018-02-19 | %L conversions | Alan Modra | 1 | -10/+11 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -19/+19 |
2018-02-16 | Remove bfd stub function casts. | Alan Modra | 1 | -1/+1 |
2018-02-14 | Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext... | Nick Clifton | 1 | -1/+1 |
2018-02-13 | Fix compile time warning messages from gcc version 8 about cast between incom... | Nick Clifton | 1 | -1/+1 |
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 | -46/+46 |
2017-11-28 | ELF: Don't set non_ir_ref_regular in check_relocs | H.J. Lu | 1 | -1/+0 |
2017-11-23 | Rename u.weakdef and make it a circular list | Alan Modra | 1 | -5/+5 |
2017-10-14 | ia64: Check UNDEFWEAK_NO_DYNAMIC_RELOC | H.J. Lu | 1 | -5/+15 |
2017-07-12 | bfd_error_handler bfd_vma and bfd_size_type args | Alan Modra | 1 | -7/+7 |