diff options
author | Ian Lance Taylor <iant@google.com> | 2006-11-14 19:21:05 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2006-11-14 19:21:05 +0000 |
commit | dbe717effbdf31236088837f4686fd5ad5e71893 (patch) | |
tree | fd5ed267334d62fadcaf7ff7132c0a7287553ed8 /gold/common.cc | |
parent | * peXXigen.c: Updates for PE/COFF V8.0, and clarification (diff) | |
download | binutils-gdb-dbe717effbdf31236088837f4686fd5ad5e71893.tar.gz binutils-gdb-dbe717effbdf31236088837f4686fd5ad5e71893.tar.bz2 binutils-gdb-dbe717effbdf31236088837f4686fd5ad5e71893.zip |
More dynamic object support, initial scripting support.
Diffstat (limited to 'gold/common.cc')
-rw-r--r-- | gold/common.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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, |