This is the mail archive of the binutils-cvs@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]

[binutils-gdb] x86: Re-indent elf32-i386.c/elf64-x86-64.c


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5f0f0847e23a57d4e95c2c639e803e6f51914efc

commit 5f0f0847e23a57d4e95c2c639e803e6f51914efc
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Aug 29 14:44:40 2017 -0700

    x86: Re-indent elf32-i386.c/elf64-x86-64.c
    
    	* 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.

Diff:
---
 bfd/ChangeLog      | 8 ++++++++
 bfd/elf32-i386.c   | 2 +-
 bfd/elf64-x86-64.c | 4 ++--
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 71b96dd..1d54f03 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,13 @@
 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
 	return.
 	* elf64-x86-64.c (elf_x86_64_get_synthetic_symtab): Likewise.
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c
index ebba75c..4fcfff1 100644
--- a/bfd/elf32-i386.c
+++ b/bfd/elf32-i386.c
@@ -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
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
index 442ee95..be8bf56 100644
--- a/bfd/elf64-x86-64.c
+++ b/bfd/elf64-x86-64.c
@@ -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


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