x86: Re-indent elf32-i386.c/elf64-x86-64.c
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 29 Aug 2017 21:44:40 +0000 (14:44 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 29 Aug 2017 21:44:40 +0000 (14:44 -0700)
* elf32-i386.c (elf_i386_pie_finish_undefweak_symbol):
Re-indent.
* elf64-x86-64.c (elf_x86_64_finish_local_dynamic_symbol):
Likewise.
(elf_x86_64_pie_finish_undefweak_symbol): Likewise.

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

index 71b96dddbd263401549658eefe70763405ba29a1..1d54f0321a725bedca43e5ade1ceed0537069033 100644 (file)
@@ -1,3 +1,11 @@
+2017-08-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf32-i386.c (elf_i386_pie_finish_undefweak_symbol):
+       Re-indent.
+       * elf64-x86-64.c (elf_x86_64_finish_local_dynamic_symbol):
+       Likewise.
+       (elf_x86_64_pie_finish_undefweak_symbol): Likewise.
+
 2017-08-29  H.J. Lu  <hongjiu.lu@intel.com>
 
        * elf32-i386.c (elf_i386_get_synthetic_symtab): Simplify bad
index ebba75c3f7b65b4aab3f3f46b59ac3aa488630a3..4fcfff1bf225c0b92f454e8acba2cfd09ad60bea 100644 (file)
@@ -5433,7 +5433,7 @@ elf_i386_pie_finish_undefweak_symbol (struct bfd_hash_entry *bh,
     return TRUE;
 
   return elf_i386_finish_dynamic_symbol (info->output_bfd,
-                                            info, h, NULL);
+                                        info, h, NULL);
 }
 
 /* Used to decide how to sort relocs in an optimal manner for the
index 442ee95ab38cdd9d5cabc05823cce804ea8d2088..be8bf569bf40f2a741ebcfca964868c876e92bff 100644 (file)
@@ -5778,7 +5778,7 @@ elf_x86_64_finish_local_dynamic_symbol (void **slot, void *inf)
     = (struct bfd_link_info *) inf;
 
   return elf_x86_64_finish_dynamic_symbol (info->output_bfd,
-                                            info, h, NULL);
+                                          info, h, NULL);
 }
 
 /* Finish up undefined weak symbol handling in PIE.  Fill its PLT entry
@@ -5797,7 +5797,7 @@ elf_x86_64_pie_finish_undefweak_symbol (struct bfd_hash_entry *bh,
     return TRUE;
 
   return elf_x86_64_finish_dynamic_symbol (info->output_bfd,
-                                            info, h, NULL);
+                                          info, h, NULL);
 }
 
 /* Used to decide how to sort relocs in an optimal manner for the
This page took 0.034547 seconds and 4 git commands to generate.