More dynamic object support, initial scripting support.

This commit is contained in:
Ian Lance Taylor
2006-11-14 19:21:05 +00:00
parent 6c73cbb1d9
commit dbe717effb
31 changed files with 3698 additions and 373 deletions

View File

@ -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;
}