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