include/
[external/binutils.git] / gold / copy-relocs.cc
index 6ef72d3..345c0c6 100644 (file)
@@ -138,7 +138,7 @@ Copy_relocs<sh_type, size, big_endian>::emit_copy_reloc(
       layout->add_output_section_data(".bss",
                                      elfcpp::SHT_NOBITS,
                                      elfcpp::SHF_ALLOC | elfcpp::SHF_WRITE,
-                                     this->dynbss_);
+                                     this->dynbss_, false);
     }
 
   Output_data_space* dynbss = this->dynbss_;