* mips-tdep.c (mips_eabi_push_dummy_call): Place signed, rather
[deliverable/binutils-gdb.git] / gold / common.cc
index 8d122fa03f4ab1b96d017742e37be8f548804365..6acd2b5bd783acad3936e5644bcd1b13cf6fb0cf 100644 (file)
@@ -286,8 +286,8 @@ Symbol_table::do_allocate_commons_list(
       gold_unreachable();
     }
 
-  Output_data_space *poc = new Output_data_space(addralign, ds_name);
-  Output_section *os = layout->add_output_section_data(name,
+  Output_data_spacepoc = new Output_data_space(addralign, ds_name);
+  Output_sectionos = layout->add_output_section_data(name,
                                                       elfcpp::SHT_NOBITS,
                                                       flags, poc,
                                                       ORDER_INVALID,
This page took 0.024335 seconds and 4 git commands to generate.