mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
* gold.cc (queue_middle_tasks): Fix formatting.
This commit is contained in:
parent
5df363e738
commit
556bd68386
@ -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…
Reference in New Issue
Block a user