summaryrefslogtreecommitdiff
path: root/bfd/elf32-arc.c
AgeCommit message (Expand)Author
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-04-01Use startswith more for strncmp function calls.Martin Liska
2021-03-31Use bool in bfdAlan Modra
2021-03-29TRUE/FALSE simplificationAlan Modra
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-12-16arc constifyAlan Modra
2020-10-16elf32-arc.c: Don't cast between function pointer and void pointerAlan Modra
2020-08-25elf_hash_table_id accessAlan Modra
2020-06-23ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu
2020-06-03arc: Don't generate dynamic relocation for non SEC_ALLOC sectionsH.J. Lu
2020-06-01ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra
2020-03-25arc: Use correct string when printing bfd DEBUG dataShahab Vahedi
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-09-19bfd_section_* macrosAlan Modra
2019-07-24[ARC] [COMMITTED] Fix formatting.Claudiu Zissulescu
2019-07-24[ARC] Add linker relaxation.Claudiu Zissulescu
2019-07-24Complain about mbind, ifunc, and unique in final_writeAlan Modra
2019-07-24Re: ELF final_write_processingAlan Modra
2019-07-23ELF final_write_processingAlan Modra
2019-02-09[ARC] don't force _init/_fini as DT_INIT/DT_FINI.Claudiu Zissulescu
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-11-09Fixed warning from previous patch. Added Changelog.Cupertino Miranda
2018-11-09[ARC] More fixes for TLS.Cupertino Miranda
2018-11-09[ARC] Fix local got entry list.Claudiu Zissulescu
2018-10-13_bfd_clear_contents bounds checkingAlan Modra
2018-10-01[ARC] Fixed issue with DTSOFF relocs.Cupertino Miranda
2018-10-01[ARC] Fixes TLS failures related to tls-align.Cupertino Miranda
2018-10-01[ARC] PLT information was still being generated when symbol was forced_local.Cupertino Miranda
2018-10-01[ARC] Make sure global symbol is not an indirect or warning.Cupertino Miranda
2018-10-01[ARC] Improved robustness. Return FALSE in case of NULL pointer.Cupertino Miranda
2018-10-01[ARC] Refactored location where GOT information is collected.Cupertino Miranda
2018-08-06[ARC] Update warning reporting.Claudiu Zissulescu
2018-08-06[ARC] Update merging attributes.claziss
2018-08-06[ARC] Add Tag_ARC_ATR_version.claziss
2018-05-28ld: Unify STT_GNU_IFUNC handlingH.J. Lu
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton
2018-02-26assorted target messagesAlan Modra
2018-02-19%L conversionsAlan Modra
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra
2018-02-13Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton
2018-02-12Fix compile time warning: bfd/elf32-arc.c:1537]: (warning) Redundant assignme...Nick Clifton
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-06BFD whitespace fixesAlan Modra
2017-11-23Rename u.weakdef and make it a circular listAlan Modra
2017-07-19[ARC] Add JLI support.John Eric Martin
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra
2017-06-08[ARC] Corrected conditions for dynamic sections creation.Cupertino Miranda
2017-06-08[ARC] Fixed condition to generate TEXTREL.Cupertino Miranda