Module Name:    src
Committed By:   christos
Date:           Fri Oct  7 23:24:14 UTC 2011

Modified Files:
        src/external/gpl3/binutils/dist/bfd: elfxx-sparc.c

Log Message:
gnu style.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/binutils/dist/bfd/elfxx-sparc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/binutils/dist/bfd/elfxx-sparc.c
diff -u src/external/gpl3/binutils/dist/bfd/elfxx-sparc.c:1.4 src/external/gpl3/binutils/dist/bfd/elfxx-sparc.c:1.5
--- src/external/gpl3/binutils/dist/bfd/elfxx-sparc.c:1.4	Fri Oct  7 18:30:56 2011
+++ src/external/gpl3/binutils/dist/bfd/elfxx-sparc.c	Fri Oct  7 19:24:14 2011
@@ -3392,11 +3392,10 @@ _bfd_sparc_elf_relocate_section (bfd *ou
 		memset (&outrel, 0, sizeof outrel);
 	      /* h->dynindx may be -1 if the symbol was marked to
 		 become local.  */
-	      else if (h != NULL &&
-		       h->dynindx != -1 && ! is_plt &&
-		       (!info->shared
-			|| !SYMBOLIC_BIND (info, h)
-			|| !h->def_regular))
+	      else if (h != NULL && h->dynindx != -1 && ! is_plt
+		       && (!info->shared
+			   || !SYMBOLIC_BIND (info, h)
+			   || !h->def_regular))
 		{
 		  BFD_ASSERT (h->dynindx != -1);
 		  outrel.r_info = SPARC_ELF_R_INFO (htab, rel, h->dynindx, r_type);

Reply via email to