* elflink.c (_bfd_elf_link_assign_sym_version): Improve error
[deliverable/binutils-gdb.git] / gold / gold.cc
index 5051a13a6aaeaa31429592bca5050fcd781fee13..e7b7ae2939d7d470c5d6506a68eae7c1ab3dd217 100644 (file)
@@ -217,8 +217,11 @@ queue_final_tasks(const General_options& options,
 
   // Queue a task to write out the symbol table.
   final_blocker->add_blocker();
-  workqueue->queue(new Write_symbols_task(symtab, input_objects->target(),
-                                         layout->sympool(), of,
+  workqueue->queue(new Write_symbols_task(symtab,
+                                         input_objects->target(),
+                                         layout->sympool(),
+                                         layout->dynpool(),
+                                         of,
                                          final_blocker));
 
   // Queue a task to write out everything else.
This page took 0.02349 seconds and 4 git commands to generate.