* object.cc (Relobj::is_section_name_included): Fix formatting.
This commit is contained in:
parent
556bd68386
commit
fa618ee47d
@ -1,6 +1,7 @@
|
||||
2009-12-28 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* gold.cc (queue_middle_tasks): Fix formatting.
|
||||
* object.cc (Relobj::is_section_name_included): Likewise.
|
||||
|
||||
2009-12-23 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
|
@ -315,8 +315,8 @@ Relobj::is_section_name_included(const char* name)
|
||||
&& strstr(name, "personality"))
|
||||
|| (is_prefix_of(".data", name)
|
||||
&& strstr(name, "personality"))
|
||||
|| (is_prefix_of(".gnu.linkonce.d", name) &&
|
||||
strstr(name, "personality")))
|
||||
|| (is_prefix_of(".gnu.linkonce.d", name)
|
||||
&& strstr(name, "personality")))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user