]> Git Repo - binutils.git/blobdiff - gold/layout.cc
Added a testsuite. More support for COPY relocations.
[binutils.git] / gold / layout.cc
index 97917b0b7586008f1868cd4fdea46a50ca919029..0de42c2f758ab34d5f35e0b73f99ef1718de76aa 100644 (file)
@@ -383,9 +383,11 @@ Layout::find_first_load_seg()
 off_t
 Layout::finalize(const Input_objects* input_objects, Symbol_table* symtab)
 {
-  const Target* const target = input_objects->target();
+  Target* const target = input_objects->target();
   const int size = target->get_size();
 
+  target->finalize_sections(this);
+
   Output_segment* phdr_seg = NULL;
   if (input_objects->any_dynamic())
     {
This page took 0.023654 seconds and 4 git commands to generate.