aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-arc.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-23Test SEC_HAS_CONTENTS in relax routinesAlan Modra1-1/+2
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-06-08Don't encode reloc.sizeAlan Modra1-8/+8
2022-06-08HOWTO size encodingAlan Modra1-2/+2
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-04-01Use startswith more for strncmp function calls.Martin Liska1-1/+1
2021-03-31Use bool in bfdAlan Modra1-153/+153
2021-03-29TRUE/FALSE simplificationAlan Modra1-6/+6
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-16arc constifyAlan Modra1-4/+4
2020-10-16elf32-arc.c: Don't cast between function pointer and void pointerAlan Modra1-4/+4
2020-08-25elf_hash_table_id accessAlan Modra1-2/+3
2020-06-23ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu1-51/+2
2020-06-03arc: Don't generate dynamic relocation for non SEC_ALLOC sectionsH.J. Lu1-0/+1
2020-06-01ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu1-4/+0
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-8/+4
2020-03-25arc: Use correct string when printing bfd DEBUG dataShahab Vahedi1-2/+2
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-07-24[ARC] [COMMITTED] Fix formatting.Claudiu Zissulescu1-68/+73
2019-07-24[ARC] Add linker relaxation.Claudiu Zissulescu1-0/+176
2019-07-24Complain about mbind, ifunc, and unique in final_writeAlan Modra1-3/+3
2019-07-24Re: ELF final_write_processingAlan Modra1-11/+3
2019-07-23ELF final_write_processingAlan Modra1-2/+2
2019-02-09[ARC] don't force _init/_fini as DT_INIT/DT_FINI.Claudiu Zissulescu1-10/+0
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-11-09Fixed warning from previous patch. Added Changelog.Cupertino Miranda1-1/+2
2018-11-09[ARC] More fixes for TLS.Cupertino Miranda1-30/+86
2018-11-09[ARC] Fix local got entry list.Claudiu Zissulescu1-1/+1
2018-10-13_bfd_clear_contents bounds checkingAlan Modra1-1/+1
2018-10-01[ARC] Fixed issue with DTSOFF relocs.Cupertino Miranda1-0/+2
2018-10-01[ARC] Fixes TLS failures related to tls-align.Cupertino Miranda1-1/+2
2018-10-01[ARC] PLT information was still being generated when symbol was forced_local.Cupertino Miranda1-1/+2
2018-10-01[ARC] Make sure global symbol is not an indirect or warning.Cupertino Miranda1-1/+6
2018-10-01[ARC] Improved robustness. Return FALSE in case of NULL pointer.Cupertino Miranda1-0/+3
2018-10-01[ARC] Refactored location where GOT information is collected.Cupertino Miranda1-35/+42
2018-08-06[ARC] Update warning reporting.Claudiu Zissulescu1-7/+10
2018-08-06[ARC] Update merging attributes.claziss1-3/+11
2018-08-06[ARC] Add Tag_ARC_ATR_version.claziss1-0/+6
2018-05-28ld: Unify STT_GNU_IFUNC handlingH.J. Lu1-21/+0
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton1-3/+12
2018-02-26assorted target messagesAlan Modra1-21/+21
2018-02-19%L conversionsAlan Modra1-9/+9
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-20/+20
2018-02-13Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton1-9/+18
2018-02-12Fix compile time warning: bfd/elf32-arc.c:1537]: (warning) Redundant assignme...Nick Clifton1-1/+0
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-26/+26
2017-11-23Rename u.weakdef and make it a circular listAlan Modra1-5/+5