summaryrefslogtreecommitdiff
path: root/gold/mips.cc
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* [MIPS] Add Loongson 2K1000 proccessor support.Chenghua Xu2018-08-291-0/+7
* [MIPS] Add Loongson 3A2000/3A3000 proccessor support.Chenghua Xu2018-08-291-0/+7
* [MIPS] Add Loongson 3A1000 proccessor support.Chenghua Xu2018-08-291-13/+7
* Revert previous patch and apply revised patch.Cary Coutant2018-04-051-33/+8
* MIPS: Fix GOT page counter in multi-got linksJames Cowgill2018-04-051-10/+9
* Fix problem where mixed section types can cause internal error during a -r link.Cary Coutant2018-04-021-0/+2
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Gold: Fix mips.cc for GCC 4.2H.J. Lu2017-07-261-1/+1
* Mips: Fix TLS LDM GOT entry.Vladimir Radosavljevic2017-03-151-7/+9
* Mips: Omit empty objects for merging processor-specific data.Vladimir Radosavljevic2017-03-151-40/+57
* Mips: Add support for resolving multiple consecutive relocations.Vladimir Radosavljevic2017-03-151-100/+163
* Remove redundant checks for relocatable link (MIPS).Vladimir Radosavljevic2017-03-151-9/+4
* Add support for .MIPS.options section.Vladimir Radosavljevic2017-03-151-0/+78
* Improve relocation overflow errors on MIPS.Vladimir Radosavljevic2017-03-151-12/+21
* Correct the definition of _gp and _GLOBAL_OFFSET_TABLE_ symbols for MIPS.Vladimir Radosavljevic2017-03-151-55/+24
* Don't give an internal error for unsupported relocations.Vladimir Radosavljevic2017-02-151-1/+0
* Add support for R_MIPS_HIGHER/HIGHEST, R_MICROMIPS_HIGHER/HIGHEST relocations.Vladimir Radosavljevic2017-02-151-0/+73
* Make the sh_info field of .rel.plt point to .plt (MIPS).Vladimir Radosavljevic2017-01-231-1/+5
* Fix MIPS GOT when global symbols are forced to local visibility.Vladimir Radosavljevic2017-01-231-2/+3
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix spelling in comments in C source files (gold)Ambrogino Modigliani2016-11-271-1/+1
* [GOLD] -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-5/+2
* Add support for MIPS .rld_map section.Vladimir Radosavljevic2016-06-201-5/+46
* Add unaligned check for R_MIPS_PC16.Vladimir Radosavljevic2016-06-201-0/+3
* Add support for Mips32r6 and Mips64r6.Vladimir Radosavljevic2016-06-201-10/+344
* Add support for .MIPS.abiflags and .gnu.attributes sections.Vladimir Radosavljevic2016-06-111-62/+770
* Fix problems emitting MIPS .reginfo section.Vladimir Radosavljevic2016-06-101-81/+60
* Fix compilation error in mips.cc with some versions of GCC.Artemiy Volkov2016-06-091-2/+5
* Don't allow COPY relocations for protected symbols.Cary Coutant2016-05-191-0/+1
* Fix non-deterministic behavior when generating MIPS GOT.Vladimir Radosavljevic2016-05-191-52/+68
* Remove is_n64_ data member from Mips_relobj class.Vladimir Radosavljevic2016-03-181-44/+23
* Add MIPS-64 support.Vladimir Radosavljevic2016-03-171-635/+1318
* Add missing Mips_output_data_la25_stub::do_print_to_mapfile.Vladimir Radosavljevic2016-03-171-0/+5
* Fix problem with --emit-relocs for Mips-32.Vladimir Radosavljevic2016-03-171-1/+1
* Add support for STT_SPARC_REGISTER symbols.Cary Coutant2016-03-031-1/+1
* Fix breakage for SHT_REL targets where get_r_addend() gives internal error.Cary Coutant2016-01-121-2/+10
* Refactor gold to enable support for MIPS-64 relocation format.Cary Coutant2016-01-111-121/+383
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* [GOLD] Relocate::relocate() paramsAlan Modra2015-12-091-105/+15
* Remove unnecessary target dependencies on relocation format.Cary Coutant2015-11-091-1/+3
* Support 64-bit entry size in SHT_HASH (for s390).Marcin Koƛcielnicki2015-10-281-2/+4
* [MIPS] Map 'move' to 'or'.Simon Dardis2015-08-121-16/+16
* Fix a bug in resolving HI16/LO16 relocation pairs for MIPS.Cary Coutant2015-01-141-13/+17
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Add NaCl (NativeClient) specific classes Target_mips_nacl andSasa Stankovic2014-09-031-7/+61