Add -Wshadow to the gcc command line options used when compiling the binutils.
[binutils-gdb.git] / gold / common.cc
index f90ae40e1b56d826819629d6f84d163210fce20e..4bc6a51d6984a7a1474aa1219573ec60c16ca0c5 100644 (file)
@@ -239,7 +239,7 @@ Symbol_table::do_allocate_commons_list(
   Output_data_space *poc = new Output_data_space(addralign, ds_name);
   Output_section *os = layout->add_output_section_data(name,
                                                       elfcpp::SHT_NOBITS,
-                                                      flags, poc);
+                                                      flags, poc, false);
   if (os != NULL)
     {
       if (commons_section_type == COMMONS_SMALL)