forked from Imagelibrary/binutils-gdb
Re-indent elf_x86_64_relocate_section
* elf64-x86-64.c (elf_x86_64_relocate_section): Re-indent.
This commit is contained in:
@@ -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>
|
2017-07-16 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* elf64-ppc.c (ppc64_elf_relocate_section): Don't optimize
|
* elf64-ppc.c (ppc64_elf_relocate_section): Don't optimize
|
||||||
|
|||||||
@@ -4966,8 +4966,8 @@ do_ifunc_pointer:
|
|||||||
&& (input_section->flags & SEC_READONLY) != 0
|
&& (input_section->flags & SEC_READONLY) != 0
|
||||||
&& h != NULL
|
&& h != NULL
|
||||||
&& ((bfd_link_executable (info)
|
&& ((bfd_link_executable (info)
|
||||||
&& h->root.type == bfd_link_hash_undefweak
|
&& h->root.type == bfd_link_hash_undefweak
|
||||||
&& !resolved_to_zero)
|
&& !resolved_to_zero)
|
||||||
|| (bfd_link_pic (info)
|
|| (bfd_link_pic (info)
|
||||||
&& !(bfd_link_pie (info)
|
&& !(bfd_link_pie (info)
|
||||||
&& h->root.type == bfd_link_hash_undefined))))
|
&& h->root.type == bfd_link_hash_undefined))))
|
||||||
|
|||||||
Reference in New Issue
Block a user