Revert -Wshadow changes, all changes from:
[deliverable/binutils-gdb.git] / gold / mapfile.cc
index a9b4e728ebb4673c207ec2938253ae4ffb5027b9..a3ba52ba611b73b69ec8245549704701741ad153 100644 (file)
@@ -217,7 +217,7 @@ Mapfile::print_input_section_symbols(
          && is_ordinary
          && sym->is_defined())
        {
-         for (size_t j = 0; j < Mapfile::section_name_map_length; ++j)
+         for (size_t i = 0; i < Mapfile::section_name_map_length; ++i)
            putc(' ', this->map_file_);
          const Sized_symbol<size>* ssym =
            static_cast<const Sized_symbol<size>*>(sym);
This page took 0.023446 seconds and 4 git commands to generate.