From: H.J. Lu Date: Sun, 8 Oct 2017 20:20:17 +0000 (-0700) Subject: Reformat elf_x86_allocate_dynrelocs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=70090aa5f629dcbdfa88b20c29951fa8f50f0545;p=binutils-gdb.git Reformat elf_x86_allocate_dynrelocs * elfxx-x86.c (elf_x86_allocate_dynrelocs): Reformat. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b68f350372f..7d7bf587389 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2017-10-08 H.J. Lu + + * elfxx-x86.c (elf_x86_allocate_dynrelocs): Reformat. + 2017-10-07 H.J. Lu * elfxx-sparc.c (readonly_dynrelocs): Dump dynamic relocation diff --git a/bfd/elfxx-x86.c b/bfd/elfxx-x86.c index 9d5cfbf7e79..4384430c864 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;