Age | Commit message (Expand) | Author | Files | Lines |
2024-02-15 | elf_backend_finish_dynamic_symbol returning false | Alan Modra | 1 | -3/+0 |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-09-25 | Revert "arc: Add new ARCv3 ISA to BFD." | Claudiu Zissulescu | 1 | -0/+3173 |
2023-09-25 | arc: Add new ARCv3 ISA to BFD. | Claudiu Zissulescu | 1 | -3173/+0 |
2023-09-15 | arc: Fix alignment of the TLS Translation Control Block | Claudiu Zissulescu | 1 | -4/+17 |
2023-02-23 | Test SEC_HAS_CONTENTS in relax routines | Alan Modra | 1 | -1/+2 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-06-08 | Don't encode reloc.size | Alan Modra | 1 | -8/+8 |
2022-06-08 | HOWTO size encoding | Alan Modra | 1 | -2/+2 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-04-01 | Use startswith more for strncmp function calls. | Martin Liska | 1 | -1/+1 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -153/+153 |
2021-03-29 | TRUE/FALSE simplification | Alan Modra | 1 | -6/+6 |
2021-03-29 | elf_backend_relocate_section int vs. bfd_boolean | Alan Modra | 1 | -1/+1 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-12-16 | arc constify | Alan Modra | 1 | -4/+4 |
2020-10-16 | elf32-arc.c: Don't cast between function pointer and void pointer | Alan Modra | 1 | -4/+4 |
2020-08-25 | elf_hash_table_id access | Alan Modra | 1 | -2/+3 |
2020-06-23 | ELF: Add _bfd_elf_add_dynamic_tags | H.J. Lu | 1 | -51/+2 |
2020-06-03 | arc: Don't generate dynamic relocation for non SEC_ALLOC sections | H.J. Lu | 1 | -0/+1 |
2020-06-01 | ELF: Move dyn_relocs to struct elf_link_hash_entry | H.J. Lu | 1 | -4/+0 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -8/+4 |
2020-03-25 | arc: Use correct string when printing bfd DEBUG data | Shahab Vahedi | 1 | -2/+2 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -1/+1 |
2019-07-24 | [ARC] [COMMITTED] Fix formatting. | Claudiu Zissulescu | 1 | -68/+73 |
2019-07-24 | [ARC] Add linker relaxation. | Claudiu Zissulescu | 1 | -0/+176 |
2019-07-24 | Complain about mbind, ifunc, and unique in final_write | Alan Modra | 1 | -3/+3 |
2019-07-24 | Re: ELF final_write_processing | Alan Modra | 1 | -11/+3 |
2019-07-23 | ELF final_write_processing | Alan Modra | 1 | -2/+2 |
2019-02-09 | [ARC] don't force _init/_fini as DT_INIT/DT_FINI. | Claudiu Zissulescu | 1 | -10/+0 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-11-09 | Fixed warning from previous patch. Added Changelog. | Cupertino Miranda | 1 | -1/+2 |
2018-11-09 | [ARC] More fixes for TLS. | Cupertino Miranda | 1 | -30/+86 |
2018-11-09 | [ARC] Fix local got entry list. | Claudiu Zissulescu | 1 | -1/+1 |
2018-10-13 | _bfd_clear_contents bounds checking | Alan Modra | 1 | -1/+1 |
2018-10-01 | [ARC] Fixed issue with DTSOFF relocs. | Cupertino Miranda | 1 | -0/+2 |
2018-10-01 | [ARC] Fixes TLS failures related to tls-align. | Cupertino Miranda | 1 | -1/+2 |
2018-10-01 | [ARC] PLT information was still being generated when symbol was forced_local. | Cupertino Miranda | 1 | -1/+2 |
2018-10-01 | [ARC] Make sure global symbol is not an indirect or warning. | Cupertino Miranda | 1 | -1/+6 |
2018-10-01 | [ARC] Improved robustness. Return FALSE in case of NULL pointer. | Cupertino Miranda | 1 | -0/+3 |
2018-10-01 | [ARC] Refactored location where GOT information is collected. | Cupertino Miranda | 1 | -35/+42 |
2018-08-06 | [ARC] Update warning reporting. | Claudiu Zissulescu | 1 | -7/+10 |
2018-08-06 | [ARC] Update merging attributes. | claziss | 1 | -3/+11 |
2018-08-06 | [ARC] Add Tag_ARC_ATR_version. | claziss | 1 | -0/+6 |
2018-05-28 | ld: Unify STT_GNU_IFUNC handling | H.J. Lu | 1 | -21/+0 |
2018-02-27 | Have info_to_howto functions return a success/fail status. Check this result... | Nick Clifton | 1 | -3/+12 |
2018-02-26 | assorted target messages | Alan Modra | 1 | -21/+21 |
2018-02-19 | %L conversions | Alan Modra | 1 | -9/+9 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -20/+20 |