* object.cc (Relobj::is_section_name_included): Fix formatting.

This commit is contained in:
Ian Lance Taylor 2009-12-29 00:24:31 +00:00
parent 556bd68386
commit fa618ee47d
2 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -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;
}