From dbe717effbdf31236088837f4686fd5ad5e71893 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 14 Nov 2006 19:21:05 +0000 Subject: More dynamic object support, initial scripting support. --- gold/gold.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/gold.cc') diff --git a/gold/gold.cc b/gold/gold.cc index c2372ad..3073b18 100644 --- a/gold/gold.cc +++ b/gold/gold.cc @@ -113,7 +113,7 @@ queue_initial_tasks(const General_options& options, Task_token* next_blocker = new Task_token(); next_blocker->add_blocker(); workqueue->queue(new Read_symbols(options, input_objects, symtab, layout, - search_path, *p, NULL, this_blocker, + search_path, &*p, NULL, this_blocker, next_blocker)); this_blocker = next_blocker; } -- cgit v1.1