aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-x86.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-10-08 13:20:17 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-10-08 13:20:17 -0700
commit70090aa5f629dcbdfa88b20c29951fa8f50f0545 (patch)
tree192d407347e0905847db25db0151e9fca0732bfa /bfd/elfxx-x86.c
parentf0f07ad1825e9b7f539e410562993b25f76e5627 (diff)
downloadgdb-70090aa5f629dcbdfa88b20c29951fa8f50f0545.zip
gdb-70090aa5f629dcbdfa88b20c29951fa8f50f0545.tar.gz
gdb-70090aa5f629dcbdfa88b20c29951fa8f50f0545.tar.bz2
Reformat elf_x86_allocate_dynrelocs
* elfxx-x86.c (elf_x86_allocate_dynrelocs): Reformat.
Diffstat (limited to 'bfd/elfxx-x86.c')
-rw-r--r--bfd/elfxx-x86.c3
1 files changed, 1 insertions, 2 deletions
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;