diff options
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 f90ae40..4bc6a51 100644 --- a/gold/common.cc +++ b/gold/common.cc @@ -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) |