* gold.cc (queue_middle_tasks): Fix formatting.
This commit is contained in:
parent
5df363e738
commit
556bd68386
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-12-28 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* gold.cc (queue_middle_tasks): Fix formatting.
|
||||
|
||||
2009-12-23 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* i386.cc (Target_i386::do_calls_non_split): Recognize
|
||||
|
|
|
@ -314,7 +314,7 @@ queue_middle_tasks(const General_options& options,
|
|||
start_sym = symtab->lookup(parameters->options().entry());
|
||||
else
|
||||
start_sym = symtab->lookup("_start");
|
||||
if (start_sym !=NULL)
|
||||
if (start_sym != NULL)
|
||||
{
|
||||
bool is_ordinary;
|
||||
unsigned int shndx = start_sym->shndx(&is_ordinary);
|
||||
|
|
Loading…
Add table
Reference in a new issue