diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-08-29 14:44:40 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-08-29 14:44:40 -0700 |
commit | 5f0f0847e23a57d4e95c2c639e803e6f51914efc (patch) | |
tree | 5a77d5284c9dec02b558da0c578b912513640a8c /bfd/elf32-i386.c | |
parent | 0afcef5384c656b69706fed61d91f6d886c4c0f1 (diff) | |
download | fsf-binutils-gdb-5f0f0847e23a57d4e95c2c639e803e6f51914efc.zip fsf-binutils-gdb-5f0f0847e23a57d4e95c2c639e803e6f51914efc.tar.gz fsf-binutils-gdb-5f0f0847e23a57d4e95c2c639e803e6f51914efc.tar.bz2 |
x86: Re-indent elf32-i386.c/elf64-x86-64.c
* elf32-i386.c (elf_i386_pie_finish_undefweak_symbol):
Re-indent.
* elf64-x86-64.c (elf_x86_64_finish_local_dynamic_symbol):
Likewise.
(elf_x86_64_pie_finish_undefweak_symbol): Likewise.
Diffstat (limited to 'bfd/elf32-i386.c')
-rw-r--r-- | bfd/elf32-i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index ebba75c..4fcfff1 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -5433,7 +5433,7 @@ elf_i386_pie_finish_undefweak_symbol (struct bfd_hash_entry *bh, return TRUE; return elf_i386_finish_dynamic_symbol (info->output_bfd, - info, h, NULL); + info, h, NULL); } /* Used to decide how to sort relocs in an optimal manner for the |