Age | Commit message (Expand) | Author | Files | Lines |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-08-29 | [MIPS] Add Loongson 2K1000 proccessor support. | Chenghua Xu | 1 | -0/+7 |
2018-08-29 | [MIPS] Add Loongson 3A2000/3A3000 proccessor support. | Chenghua Xu | 1 | -0/+7 |
2018-08-29 | [MIPS] Add Loongson 3A1000 proccessor support. | Chenghua Xu | 1 | -13/+7 |
2018-04-05 | Revert previous patch and apply revised patch. | Cary Coutant | 1 | -33/+8 |
2018-04-05 | MIPS: Fix GOT page counter in multi-got links | James Cowgill | 1 | -10/+9 |
2018-04-02 | Fix problem where mixed section types can cause internal error during a -r link. | Cary Coutant | 1 | -0/+2 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-07-26 | Gold: Fix mips.cc for GCC 4.2 | H.J. Lu | 1 | -1/+1 |
2017-03-15 | Mips: Fix TLS LDM GOT entry. | Vladimir Radosavljevic | 1 | -7/+9 |
2017-03-15 | Mips: Omit empty objects for merging processor-specific data. | Vladimir Radosavljevic | 1 | -40/+57 |
2017-03-15 | Mips: Add support for resolving multiple consecutive relocations. | Vladimir Radosavljevic | 1 | -100/+163 |
2017-03-15 | Remove redundant checks for relocatable link (MIPS). | Vladimir Radosavljevic | 1 | -9/+4 |
2017-03-15 | Add support for .MIPS.options section. | Vladimir Radosavljevic | 1 | -0/+78 |
2017-03-15 | Improve relocation overflow errors on MIPS. | Vladimir Radosavljevic | 1 | -12/+21 |
2017-03-15 | Correct the definition of _gp and _GLOBAL_OFFSET_TABLE_ symbols for MIPS. | Vladimir Radosavljevic | 1 | -55/+24 |
2017-02-15 | Don't give an internal error for unsupported relocations. | Vladimir Radosavljevic | 1 | -1/+0 |
2017-02-15 | Add support for R_MIPS_HIGHER/HIGHEST, R_MICROMIPS_HIGHER/HIGHEST relocations. | Vladimir Radosavljevic | 1 | -0/+73 |
2017-01-23 | Make the sh_info field of .rel.plt point to .plt (MIPS). | Vladimir Radosavljevic | 1 | -1/+5 |
2017-01-23 | Fix MIPS GOT when global symbols are forced to local visibility. | Vladimir Radosavljevic | 1 | -2/+3 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-11-27 | Fix spelling in comments in C source files (gold) | Ambrogino Modigliani | 1 | -1/+1 |
2016-10-06 | [GOLD] -Wimplicit-fallthrough warning fixes | Alan Modra | 1 | -5/+2 |
2016-06-20 | Add support for MIPS .rld_map section. | Vladimir Radosavljevic | 1 | -5/+46 |
2016-06-20 | Add unaligned check for R_MIPS_PC16. | Vladimir Radosavljevic | 1 | -0/+3 |
2016-06-20 | Add support for Mips32r6 and Mips64r6. | Vladimir Radosavljevic | 1 | -10/+344 |
2016-06-11 | Add support for .MIPS.abiflags and .gnu.attributes sections. | Vladimir Radosavljevic | 1 | -62/+770 |
2016-06-10 | Fix problems emitting MIPS .reginfo section. | Vladimir Radosavljevic | 1 | -81/+60 |
2016-06-09 | Fix compilation error in mips.cc with some versions of GCC. | Artemiy Volkov | 1 | -2/+5 |
2016-05-19 | Don't allow COPY relocations for protected symbols. | Cary Coutant | 1 | -0/+1 |
2016-05-19 | Fix non-deterministic behavior when generating MIPS GOT. | Vladimir Radosavljevic | 1 | -52/+68 |
2016-03-18 | Remove is_n64_ data member from Mips_relobj class. | Vladimir Radosavljevic | 1 | -44/+23 |
2016-03-17 | Add MIPS-64 support. | Vladimir Radosavljevic | 1 | -635/+1318 |
2016-03-17 | Add missing Mips_output_data_la25_stub::do_print_to_mapfile. | Vladimir Radosavljevic | 1 | -0/+5 |
2016-03-17 | Fix problem with --emit-relocs for Mips-32. | Vladimir Radosavljevic | 1 | -1/+1 |
2016-03-03 | Add support for STT_SPARC_REGISTER symbols. | Cary Coutant | 1 | -1/+1 |
2016-01-12 | Fix breakage for SHT_REL targets where get_r_addend() gives internal error. | Cary Coutant | 1 | -2/+10 |
2016-01-11 | Refactor gold to enable support for MIPS-64 relocation format. | Cary Coutant | 1 | -121/+383 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-12-09 | [GOLD] Relocate::relocate() params | Alan Modra | 1 | -105/+15 |
2015-11-09 | Remove unnecessary target dependencies on relocation format. | Cary Coutant | 1 | -1/+3 |
2015-10-28 | Support 64-bit entry size in SHT_HASH (for s390). | Marcin KoĆcielnicki | 1 | -2/+4 |
2015-08-12 | [MIPS] Map 'move' to 'or'. | Simon Dardis | 1 | -16/+16 |
2015-01-14 | Fix a bug in resolving HI16/LO16 relocation pairs for MIPS. | Cary Coutant | 1 | -13/+17 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-09-03 | Add NaCl (NativeClient) specific classes Target_mips_nacl and | Sasa Stankovic | 1 | -7/+61 |