summaryrefslogtreecommitdiff
path: root/bfd/elf32-arc.c
Commit message (Expand)AuthorAgeFilesLines
* [ARC] Update warning reporting.Claudiu Zissulescu2018-08-061-7/+10
* [ARC] Update merging attributes.claziss2018-08-061-3/+11
* [ARC] Add Tag_ARC_ATR_version.claziss2018-08-061-0/+6
* ld: Unify STT_GNU_IFUNC handlingH.J. Lu2018-05-281-21/+0
* Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton2018-02-271-3/+12
* assorted target messagesAlan Modra2018-02-261-21/+21
* %L conversionsAlan Modra2018-02-191-9/+9
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-20/+20
* Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton2018-02-131-9/+18
* Fix compile time warning: bfd/elf32-arc.c:1537]: (warning) Redundant assignme...Nick Clifton2018-02-121-1/+0
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-26/+26
* Rename u.weakdef and make it a circular listAlan Modra2017-11-231-5/+5
* [ARC] Add JLI support.John Eric Martin2017-07-191-1/+2
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-9/+9
* [ARC] Corrected conditions for dynamic sections creation.Cupertino Miranda2017-06-081-9/+11
* [ARC] Fixed condition to generate TEXTREL.Cupertino Miranda2017-06-081-1/+2
* [ARC] Fixed TLS for IE model.Cupertino Miranda2017-06-081-1/+0
* [ARC] Add RELOC_FOR_GLOBAL_SYMBOL in ARC target code.Cupertino Miranda2017-06-081-0/+9
* [ARC] ARC_PC32 dynamic reloc incorrectly generated.Cupertino Miranda2017-06-081-10/+13
* [ARC] Reassign the symbol got information to actual symbol when indirect.Cupertino Miranda2017-06-081-0/+5
* [ARC] Disable warning on absolute relocs when symbol is local.Cupertino Miranda2017-06-081-1/+2
* [ARC] Avoid creating dynamic relocs when static linked is requested.Cupertino Miranda2017-06-081-11/+14
* [ARC] Fix fall through warnings.claziss2017-05-231-0/+4
* Don't compare boolean values against TRUE or FALSEAlan Modra2017-05-181-11/+11
* [ARC] Object attributes.Claudiu Zissulescu2017-05-101-12/+427
* Use %A and %B in more error messagesAlan Modra2017-04-131-4/+4
* ARC naughtiness causing assertion fail at elf-strtab.c:302Alan Modra2017-02-251-135/+64
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra2016-12-261-51/+7
* Fix the linker so that it will not silently generate ELF binaries with invali...Nick Clifton2016-11-231-1/+1
* elf_backend_dtrel_excludes_pltAlan Modra2016-11-231-7/+1
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+10
* Pass link_info to _bfd_merge_private_bfd_dataAlan Modra2016-10-071-2/+3
* bfd_merge_private_bfd_data tidyAlan Modra2016-10-071-6/+1
* Remove syntactic sugarAlan Modra2016-09-301-9/+9
* Dynamic TLS GOT entries would not be relocated.Cupertino Miranda2016-08-261-0/+2
* Fixed -init, -fini linker options.Cupertino Miranda2016-08-261-4/+4
* Several fixes related to ARC PIE support.Cupertino Miranda2016-08-261-41/+149
* [ARC] Parse NOTE section in core dump filesAnton Kolesov2016-08-241-0/+35
* Tidy up debugging in the ARC port of the BFD library.Nick Clifton2016-07-151-145/+183
* Enable relocation overflow messages by default.Cupertino Miranda2016-07-111-5/+1
* Fixes done to TLS.Cupertino Miranda2016-07-111-529/+132
* Arc assembler: Convert nps400 from a machine type to an extension.Graham Markall2016-06-211-6/+0
* [ARC] Fix condition.Claudiu Zissulescu2016-06-131-1/+2
* [ARC] Fixes related to reordering of .got and .got.pltCupertino Miranda2016-06-131-5/+12
* [ARC] General bug fixesCupertino Miranda2016-06-131-19/+17
* [ARC] Generate DT_RELACOUNT.Cupertino Miranda2016-06-131-0/+28
* Return void from linker callbacksAlan Modra2016-05-281-14/+8
* [ARC] BFD fixes.Claudiu Zissulescu2016-05-191-75/+109