forked from Imagelibrary/binutils-gdb
* gold.cc (queue_middle_tasks): Fix formatting.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user