aboutsummaryrefslogtreecommitdiff
path: root/gold/mips.cc
AgeCommit message (Expand)AuthorFilesLines
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