Pass down alignment when adding input section to orphan section.
authorIan Lance Taylor <iant@google.com>
Tue, 12 Feb 2008 00:17:35 +0000 (00:17 +0000)
committerIan Lance Taylor <iant@google.com>
Tue, 12 Feb 2008 00:17:35 +0000 (00:17 +0000)
gold/script-sections.cc

index 341599c..db0c53b 100644 (file)
@@ -1914,7 +1914,8 @@ Orphan_output_section::set_section_addresses(Symbol_table*, Layout*,
       }
 
       address = align_address(address, addralign);
-      this->os_->add_input_section_for_script(p->first, p->second, size, 0);
+      this->os_->add_input_section_for_script(p->first, p->second, size,
+                                              addralign);
       address += size;
     }