This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gold patch committed: Fix formatting


Another gold formatting fix.  Committed.

Ian


2009-12-28  Ian Lance Taylor  <iant@google.com>

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


Index: object.cc
===================================================================
RCS file: /cvs/src/src/gold/object.cc,v
retrieving revision 1.110
diff -p -u -r1.110 object.cc
--- object.cc	17 Dec 2009 00:00:26 -0000	1.110
+++ object.cc	29 Dec 2009 00:23:48 -0000
@@ -315,8 +315,8 @@ Relobj::is_section_name_included(const c
           && 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; 
     }

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]