]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Re-indent elf_x86_64_section_from_shdr
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 19 Nov 2013 21:00:42 +0000 (13:00 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 19 Nov 2013 21:00:42 +0000 (13:00 -0800)
* elf64-x86-64.c (elf_x86_64_section_from_shdr): Re-indent.

bfd/ChangeLog
bfd/elf64-x86-64.c

index b5869d596764ff502039182047557c1b75a19560..e997dc6ea5a3a1e8e7194475b3c3d065695b2350 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf64-x86-64.c (elf_x86_64_section_from_shdr): Re-indent.
+
 2013-11-17  H.J. Lu  <hongjiu.lu@intel.com>
 
        * elf64-x86-64.c (x86_64_elf_howto_table): Add R_X86_64_PC32_BND
index 8eac635dfdfad7c77a3cd28bb53366947c6c0e98..860546e567232ebfcfd74e01d1ab0249e5fc03ab 100644 (file)
@@ -5038,10 +5038,8 @@ elf_x86_64_plt_sym_val (bfd_vma i, const asection *plt,
    is called when elfcode.h finds a section with an unknown type.  */
 
 static bfd_boolean
-elf_x86_64_section_from_shdr (bfd *abfd,
-                               Elf_Internal_Shdr *hdr,
-                               const char *name,
-                               int shindex)
+elf_x86_64_section_from_shdr (bfd *abfd, Elf_Internal_Shdr *hdr,
+                             const char *name, int shindex)
 {
   if (hdr->sh_type != SHT_X86_64_UNWIND)
     return FALSE;