* i386-linux-tdep.c (I386_LINUX_RECORD_SIZE_*,
[deliverable/binutils-gdb.git] / gold / gold.cc
index 5afdcb00cfe3294479ba02735b3d54dcc3c3547e..93d03586c01361c7c3ac8ab5a20fdc1569d5de1d 100644 (file)
@@ -183,7 +183,7 @@ queue_initial_tasks(const General_options& options,
       Task_token* next_blocker = new Task_token(true);
       next_blocker->add_blocker();
       workqueue->queue(new Read_symbols(input_objects, symtab, layout,
-                                       &search_path, mapfile, &*p, NULL,
+                                       &search_path, 0, mapfile, &*p, NULL,
                                        this_blocker, next_blocker));
       this_blocker = next_blocker;
     }
This page took 0.023754 seconds and 4 git commands to generate.