We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c444d41 commit cb92962Copy full SHA for cb92962
gold/nanomips.cc
@@ -8557,7 +8557,7 @@ Target_nanomips<size, big_endian>::Relocate::relocate(
8557
// If we didn't apply previous relocation, use its result as addend
8558
// for the current.
8559
if (this->calculate_only_)
8560
- r_addend = this->calculated_value_;
+ r_addend += this->calculated_value_;
8561
8562
const Nanomips_reloc_property* next_reloc_property =
8563
nanomips_reloc_property_table->get_reloc_property(next_r_type);
0 commit comments