aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorSasa Stankovic <Sasa.Stankovic@imgtec.com>2014-09-03 09:44:11 -0700
committerCary Coutant <ccoutant@google.com>2014-09-03 09:44:11 -0700
commit62661c935d1f299e8f9daeebd5559cd1c2d84712 (patch)
tree11094df934ce8be3f5d56649b399b7367ba09a09 /gold/ChangeLog
parentdf7b4545b2b49572ab63690c130df973af109615 (diff)
downloadgdb-62661c935d1f299e8f9daeebd5559cd1c2d84712.zip
gdb-62661c935d1f299e8f9daeebd5559cd1c2d84712.tar.gz
gdb-62661c935d1f299e8f9daeebd5559cd1c2d84712.tar.bz2
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.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 2c09a05..86decfb 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,17 @@
+2014-09-03 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
+
+ * 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.
+
2014-09-02 Cary Coutant <ccoutant@google.com>
* dwp.cc (Sized_relobj_dwo::do_section_name): Add const attribute.