summaryrefslogtreecommitdiff
path: root/gold/mips.cc
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-07-26Gold: Fix mips.cc for GCC 4.2H.J. Lu
2017-03-15Mips: Fix TLS LDM GOT entry.Vladimir Radosavljevic
2017-03-15Mips: Omit empty objects for merging processor-specific data.Vladimir Radosavljevic
2017-03-15Mips: Add support for resolving multiple consecutive relocations.Vladimir Radosavljevic
2017-03-15Remove redundant checks for relocatable link (MIPS).Vladimir Radosavljevic
2017-03-15Add support for .MIPS.options section.Vladimir Radosavljevic
2017-03-15Improve relocation overflow errors on MIPS.Vladimir Radosavljevic
2017-03-15Correct the definition of _gp and _GLOBAL_OFFSET_TABLE_ symbols for MIPS.Vladimir Radosavljevic
2017-02-15Don't give an internal error for unsupported relocations.Vladimir Radosavljevic
2017-02-15Add support for R_MIPS_HIGHER/HIGHEST, R_MICROMIPS_HIGHER/HIGHEST relocations.Vladimir Radosavljevic
2017-01-23Make the sh_info field of .rel.plt point to .plt (MIPS).Vladimir Radosavljevic
2017-01-23Fix MIPS GOT when global symbols are forced to local visibility.Vladimir Radosavljevic
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-11-27Fix spelling in comments in C source files (gold)Ambrogino Modigliani
2016-10-06[GOLD] -Wimplicit-fallthrough warning fixesAlan Modra
2016-06-20Add support for MIPS .rld_map section.Vladimir Radosavljevic
2016-06-20Add unaligned check for R_MIPS_PC16.Vladimir Radosavljevic
2016-06-20Add support for Mips32r6 and Mips64r6.Vladimir Radosavljevic
2016-06-11Add support for .MIPS.abiflags and .gnu.attributes sections.Vladimir Radosavljevic
2016-06-10Fix problems emitting MIPS .reginfo section.Vladimir Radosavljevic
2016-06-09Fix compilation error in mips.cc with some versions of GCC.Artemiy Volkov
2016-05-19Don't allow COPY relocations for protected symbols.Cary Coutant
2016-05-19Fix non-deterministic behavior when generating MIPS GOT.Vladimir Radosavljevic
2016-03-18Remove is_n64_ data member from Mips_relobj class.Vladimir Radosavljevic
2016-03-17Add MIPS-64 support.Vladimir Radosavljevic
2016-03-17Add missing Mips_output_data_la25_stub::do_print_to_mapfile.Vladimir Radosavljevic
2016-03-17Fix problem with --emit-relocs for Mips-32.Vladimir Radosavljevic
2016-03-03Add support for STT_SPARC_REGISTER symbols.Cary Coutant
2016-01-12Fix breakage for SHT_REL targets where get_r_addend() gives internal error.Cary Coutant
2016-01-11Refactor gold to enable support for MIPS-64 relocation format.Cary Coutant
2016-01-01Copyright update for binutilsAlan Modra
2015-12-09[GOLD] Relocate::relocate() paramsAlan Modra
2015-11-09Remove unnecessary target dependencies on relocation format.Cary Coutant
2015-10-28Support 64-bit entry size in SHT_HASH (for s390).Marcin Koƛcielnicki
2015-08-12[MIPS] Map 'move' to 'or'.Simon Dardis
2015-01-14Fix a bug in resolving HI16/LO16 relocation pairs for MIPS.Cary Coutant
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-09-03Add NaCl (NativeClient) specific classes Target_mips_nacl andSasa Stankovic
2014-07-08Fix internal error with LTO on ARM.Cary Coutant
2014-06-23gold/Sasa Stankovic