This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[committed, PATCH] Re-indent elf_x86_64_relocate_section
- From: "H.J. Lu" <hongjiu dot lu at intel dot com>
- To: binutils at sourceware dot org
- Date: Mon, 17 Jul 2017 10:41:22 -0700
- Subject: [committed, PATCH] Re-indent elf_x86_64_relocate_section
- Authentication-results: sourceware.org; auth=none
- Reply-to: "H.J. Lu" <hjl dot tools at gmail dot com>
* elf64-x86-64.c (elf_x86_64_relocate_section): Re-indent.
---
bfd/ChangeLog | 4 ++++
bfd/elf64-x86-64.c | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index fbd44a7ada..a7025028ef 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2017-07-17 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elf64-x86-64.c (elf_x86_64_relocate_section): Re-indent.
+
2017-07-16 Alan Modra <amodra@gmail.com>
* elf64-ppc.c (ppc64_elf_relocate_section): Don't optimize
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
index f93cfd2158..79bc9fbecf 100644
--- a/bfd/elf64-x86-64.c
+++ b/bfd/elf64-x86-64.c
@@ -4966,8 +4966,8 @@ do_ifunc_pointer:
&& (input_section->flags & SEC_READONLY) != 0
&& h != NULL
&& ((bfd_link_executable (info)
- && h->root.type == bfd_link_hash_undefweak
- && !resolved_to_zero)
+ && h->root.type == bfd_link_hash_undefweak
+ && !resolved_to_zero)
|| (bfd_link_pic (info)
&& !(bfd_link_pie (info)
&& h->root.type == bfd_link_hash_undefined))))
--
2.13.0