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] Reformat elf_x86_allocate_dynrelocs


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

commit 70090aa5f629dcbdfa88b20c29951fa8f50f0545
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sun Oct 8 13:20:17 2017 -0700

    Reformat elf_x86_allocate_dynrelocs
    
    	* elfxx-x86.c (elf_x86_allocate_dynrelocs): Reformat.

Diff:
---
 bfd/ChangeLog   | 4 ++++
 bfd/elfxx-x86.c | 3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b68f350..7d7bf58 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2017-10-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* elfxx-x86.c (elf_x86_allocate_dynrelocs): Reformat.
+
 2017-10-07  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* elfxx-sparc.c (readonly_dynrelocs): Dump dynamic relocation
diff --git a/bfd/elfxx-x86.c b/bfd/elfxx-x86.c
index 9d5cfbf..4384430 100644
--- a/bfd/elfxx-x86.c
+++ b/bfd/elfxx-x86.c
@@ -83,8 +83,7 @@ _bfd_x86_elf_dtpoff_base (struct bfd_link_info *info)
    dynamic relocs.  */
 
 static bfd_boolean
-elf_x86_allocate_dynrelocs (struct elf_link_hash_entry *h,
-				 void *inf)
+elf_x86_allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf)
 {
   struct bfd_link_info *info;
   struct elf_x86_link_hash_table *htab;


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