summaryrefslogtreecommitdiff
path: root/gold/reloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gold/reloc.h')
-rw-r--r--gold/reloc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gold/reloc.h b/gold/reloc.h
index 5dd4c85153..30a55ff2da 100644
--- a/gold/reloc.h
+++ b/gold/reloc.h
@@ -259,10 +259,10 @@ class Relocatable_relocs
// Record what to do for the next reloc.
void
- set_next_reloc_strategy(Reloc_strategy strategy)
+ set_next_reloc_strategy(Reloc_strategy astrategy)
{
- this->reloc_strategies_.push_back(static_cast<unsigned char>(strategy));
- if (strategy != RELOC_DISCARD)
+ this->reloc_strategies_.push_back(static_cast<unsigned char>(astrategy));
+ if (astrategy != RELOC_DISCARD)
++this->output_reloc_count_;
}