diff options
Diffstat (limited to 'gold/gold.cc')
-rw-r--r-- | gold/gold.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/gold.cc b/gold/gold.cc index 541d177..74294d7 100644 --- a/gold/gold.cc +++ b/gold/gold.cc @@ -379,7 +379,7 @@ queue_middle_tasks(const General_options& options, ++p) { // Update the value of output_section stored in rd. - Read_relocs_data *rd = (*p)->get_relocs_data(); + Read_relocs_data* rd = (*p)->get_relocs_data(); for (Read_relocs_data::Relocs_list::iterator q = rd->relocs.begin(); q != rd->relocs.end(); ++q) @@ -655,7 +655,7 @@ queue_final_tasks(const General_options& options, } else { - Task_token *new_final_blocker = new Task_token(true); + Task_token* new_final_blocker = new Task_token(true); new_final_blocker->add_blocker(); Task* t = new Write_after_input_sections_task(layout, of, final_blocker, |