Add NaCl (NativeClient) specific classes Target_mips_nacl and
authorSasa Stankovic <Sasa.Stankovic@imgtec.com>
Wed, 3 Sep 2014 16:44:11 +0000 (09:44 -0700)
committerCary Coutant <ccoutant@google.com>
Wed, 3 Sep 2014 16:44:11 +0000 (09:44 -0700)
commit62661c935d1f299e8f9daeebd5559cd1c2d84712
tree11094df934ce8be3f5d56649b399b7367ba09a09
parentdf7b4545b2b49572ab63690c130df973af109615
Add NaCl (NativeClient) specific classes Target_mips_nacl and
Target_selector_mips_nacl.

gold/
* mips.cc (Target_mips_nacl): New class.
(Target_selector_mips_nacl): New class.
(target_selector_mips32): Rename from target_selector_mips32be and use
Target_selector_mips_nacl instead of Target_selector_mips.
(target_selector_mips32el): Rename from target_selector_mips32 and use
Target_selector_mips_nacl instead of Target_selector_mips.
(target_selector_mips64): Rename from target_selector_mips64be and use
Target_selector_mips_nacl instead of Target_selector_mips.
(target_selector_mips64el): Rename from target_selector_mips64 and use
Target_selector_mips_nacl instead of Target_selector_mips.
(Target_mips::mips_info): Add const attribute.
gold/ChangeLog
gold/mips.cc
This page took 0.024708 seconds and 4 git commands to generate.