From dbe717effbdf31236088837f4686fd5ad5e71893 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 14 Nov 2006 19:21:05 +0000 Subject: More dynamic object support, initial scripting support. --- gold/common.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/common.cc') diff --git a/gold/common.cc b/gold/common.cc index 358ed8d0d94..7ba8adc2697 100644 --- a/gold/common.cc +++ b/gold/common.cc @@ -171,7 +171,7 @@ Symbol_table::do_allocate_commons(const General_options&, // Place them in a newly allocated .bss section. - Output_section_common *poc = new Output_section_common(addralign); + Output_data_common *poc = new Output_data_common(addralign); layout->add_output_section_data(".bss", elfcpp::SHT_NOBITS, elfcpp::SHF_WRITE | elfcpp::SHF_ALLOC, -- cgit v1.2.3-65-gdbad