* mapfile.cc: New file.
[deliverable/binutils-gdb.git] / gold / copy-relocs.cc
index 3df50c8c67de3d45a0452bac67b5d828b6ef066c..c6cd994f8d937a7bc99d09884f848b4c471582ca 100644 (file)
@@ -130,7 +130,7 @@ Copy_relocs<sh_type, size, big_endian>::emit_copy_reloc(
 
   if (this->dynbss_ == NULL)
     {
-      this->dynbss_ = new Output_data_space(addralign);
+      this->dynbss_ = new Output_data_space(addralign, "** dynbss");
       layout->add_output_section_data(".bss",
                                      elfcpp::SHT_NOBITS,
                                      elfcpp::SHF_ALLOC | elfcpp::SHF_WRITE,
This page took 0.024266 seconds and 4 git commands to generate.