Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: gold/output.cc

Issue 10252012: [MIPS] Initial checkin for MIPS changes for GOLD. (Closed)
Patch Set: Updated MIPS code w/ SH_RELA. Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gold/output.h ('k') | gold/reloc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gold/output.cc
===================================================================
--- a/gold/output.cc
+++ b/gold/output.cc
@@ -1723,6 +1723,10 @@
val = pool->get_offset(this->u_.str);
break;
+ case DYNAMIC_TARGET:
+ val = parameters->target().dynamic_tag_value(this->tag_);
+ break;
+
default:
val = this->u_.od->address() + this->offset_;
break;
« no previous file with comments | « gold/output.h ('k') | gold/reloc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698