aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-arc.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-19[ARC] Add JLI support.John Eric Martin1-1/+2
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-9/+9
2017-06-08[ARC] Corrected conditions for dynamic sections creation.Cupertino Miranda1-9/+11
2017-06-08[ARC] Fixed condition to generate TEXTREL.Cupertino Miranda1-1/+2
2017-06-08[ARC] Fixed TLS for IE model.Cupertino Miranda1-1/+0
2017-06-08[ARC] Add RELOC_FOR_GLOBAL_SYMBOL in ARC target code.Cupertino Miranda1-0/+9
2017-06-08[ARC] ARC_PC32 dynamic reloc incorrectly generated.Cupertino Miranda1-10/+13
2017-06-08[ARC] Reassign the symbol got information to actual symbol when indirect.Cupertino Miranda1-0/+5
2017-06-08[ARC] Disable warning on absolute relocs when symbol is local.Cupertino Miranda1-1/+2
2017-06-08[ARC] Avoid creating dynamic relocs when static linked is requested.Cupertino Miranda1-11/+14
2017-05-23[ARC] Fix fall through warnings.claziss1-0/+4
2017-05-18Don't compare boolean values against TRUE or FALSEAlan Modra1-11/+11
2017-05-10[ARC] Object attributes.Claudiu Zissulescu1-12/+427
2017-04-13Use %A and %B in more error messagesAlan Modra1-4/+4
2017-02-25ARC naughtiness causing assertion fail at elf-strtab.c:302Alan Modra1-135/+64
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-26Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra1-51/+7