Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-02-13 | Fix compile time warning messages from gcc version 8 about cast between incom... | Nick Clifton | 1 | -9/+18 |
2018-02-12 | Fix compile time warning: bfd/elf32-arc.c:1537]: (warning) Redundant assignme... | Nick Clifton | 1 | -1/+0 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-06 | BFD whitespace fixes | Alan Modra | 1 | -26/+26 |
2017-11-23 | Rename u.weakdef and make it a circular list | Alan Modra | 1 | -5/+5 |
2017-07-19 | [ARC] Add JLI support. | John Eric Martin | 1 | -1/+2 |
2017-07-12 | bfd_error_handler bfd_vma and bfd_size_type args | Alan Modra | 1 | -9/+9 |
2017-06-08 | [ARC] Corrected conditions for dynamic sections creation. | Cupertino Miranda | 1 | -9/+11 |
2017-06-08 | [ARC] Fixed condition to generate TEXTREL. | Cupertino Miranda | 1 | -1/+2 |
2017-06-08 | [ARC] Fixed TLS for IE model. | Cupertino Miranda | 1 | -1/+0 |
2017-06-08 | [ARC] Add RELOC_FOR_GLOBAL_SYMBOL in ARC target code. | Cupertino Miranda | 1 | -0/+9 |
2017-06-08 | [ARC] ARC_PC32 dynamic reloc incorrectly generated. | Cupertino Miranda | 1 | -10/+13 |
2017-06-08 | [ARC] Reassign the symbol got information to actual symbol when indirect. | Cupertino Miranda | 1 | -0/+5 |
2017-06-08 | [ARC] Disable warning on absolute relocs when symbol is local. | Cupertino Miranda | 1 | -1/+2 |
2017-06-08 | [ARC] Avoid creating dynamic relocs when static linked is requested. | Cupertino Miranda | 1 | -11/+14 |
2017-05-23 | [ARC] Fix fall through warnings. | claziss | 1 | -0/+4 |
2017-05-18 | Don't compare boolean values against TRUE or FALSE | Alan Modra | 1 | -11/+11 |
2017-05-10 | [ARC] Object attributes. | Claudiu Zissulescu | 1 | -12/+427 |
2017-04-13 | Use %A and %B in more error messages | Alan Modra | 1 | -4/+4 |
2017-02-25 | ARC naughtiness causing assertion fail at elf-strtab.c:302 | Alan Modra | 1 | -135/+64 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-12-26 | Put .dynbss and .rel.bss shortcuts in main elf hash table | Alan Modra | 1 | -51/+7 |
2016-11-23 | Fix the linker so that it will not silently generate ELF binaries with invali... | Nick Clifton | 1 | -1/+1 |
2016-11-23 | elf_backend_dtrel_excludes_plt | Alan Modra | 1 | -7/+1 |