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]

PATCH Reindent elf_i386_finish_dynamic_symbol


Hi,

I checked in this patch to reindent elf_i386_finish_dynamic_symbol.

H.J.
---
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/bfd/ChangeLog,v
retrieving revision 1.5888
diff -u -p -r1.5888 ChangeLog
--- ChangeLog	18 Dec 2012 16:01:00 -0000	1.5888
+++ ChangeLog	19 Dec 2012 19:40:46 -0000
@@ -1,3 +1,7 @@
+2012-12-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* elf32-i386.c (elf_i386_finish_dynamic_symbol): Reindent.
+
 2012-12-18  Edgar E. Iglesias <edgar.iglesias@gmail.com>
 
 	PR ld/14736
Index: elf32-i386.c
===================================================================
RCS file: /cvs/src/src/bfd/elf32-i386.c,v
retrieving revision 1.289
diff -u -p -r1.289 elf32-i386.c
--- elf32-i386.c	16 Dec 2012 23:01:12 -0000	1.289
+++ elf32-i386.c	19 Dec 2012 19:40:47 -0000
@@ -4549,7 +4549,7 @@ elf_i386_finish_dynamic_symbol (bfd *out
 			      + got_offset);
 	      rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_386_32);
 	      bfd_elf32_swap_reloc_out (output_bfd, &rel,
-	      loc + sizeof (Elf32_External_Rel));
+					loc + sizeof (Elf32_External_Rel));
 	    }
 	}
       else


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