PATCH: Fix indent

H.J. Lu hongjiu.lu@intel.com
Mon Jun 15 17:22:00 GMT 2009


Hi,

I am checking in this patch to fix indent.


H.J.
---
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 6128)
+++ ChangeLog	(working copy)
@@ -1,5 +1,10 @@
 2009-06-15  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* elf32-i386.c (elf_i386_check_relocs): Reformat.
+	* elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
+
+2009-06-15  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* elf32-i386.c (elf_i386_allocate_dynrelocs): Fix a typo.
 	* elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.
 
Index: elf64-x86-64.c
===================================================================
--- elf64-x86-64.c	(revision 6128)
+++ elf64-x86-64.c	(working copy)
@@ -1258,16 +1258,16 @@ elf64_x86_64_check_relocs (bfd *abfd, st
 
 	      switch (r_type)
 		{
-		 default:
-		   (*_bfd_error_handler)
-		     (_("%B: relocation %s against STT_GNU_IFUNC "
-			"symbol `%s' isn't handled by %s"), abfd,
-		      x86_64_elf_howto_table[r_type].name,
+		default:
+		  (*_bfd_error_handler)
+		    (_("%B: relocation %s against STT_GNU_IFUNC "
+		       "symbol `%s' isn't handled by %s"), abfd,
+		     x86_64_elf_howto_table[r_type].name,
 		     (h->root.root.string
 		      ? h->root.root.string : "a local symbol"),
-		      __FUNCTION__);
-		   bfd_set_error (bfd_error_bad_value);
-		   return FALSE;
+		     __FUNCTION__);
+		  bfd_set_error (bfd_error_bad_value);
+		  return FALSE;
 
 		case R_X86_64_64:
 		  h->non_got_ref = 1;
Index: elf32-i386.c
===================================================================
--- elf32-i386.c	(revision 6128)
+++ elf32-i386.c	(working copy)
@@ -1472,16 +1472,16 @@ elf_i386_check_relocs (bfd *abfd,
 
 	      switch (r_type)
 		{
-		 default:
-		   (*_bfd_error_handler)
-		     (_("%B: relocation %s against STT_GNU_IFUNC "
-			"symbol `%s' isn't handled by %s"), abfd,
-		      elf_howto_table[r_type].name,
+		default:
+		  (*_bfd_error_handler)
+		    (_("%B: relocation %s against STT_GNU_IFUNC "
+		       "symbol `%s' isn't handled by %s"), abfd,
+		     elf_howto_table[r_type].name,
 		     (h->root.root.string
 		      ? h->root.root.string : "a local symbol"),
-		      __FUNCTION__);
-		   bfd_set_error (bfd_error_bad_value);
-		   return FALSE;
+		     __FUNCTION__);
+		  bfd_set_error (bfd_error_bad_value);
+		  return FALSE;
 
 		case R_386_32:
 		  h->non_got_ref = 1;



More information about the Binutils mailing list