diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f7caed5a49..61a8b2b5ea 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2014-12-03 H.J. Lu + + * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Reformat. + 2014-12-02 H.J. Lu * elf64-x86-64.c (elf_x86_64_relocate_section): Check diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c index 8b0b8bf6a0..566502f23b 100644 --- a/bfd/elf64-x86-64.c +++ b/bfd/elf64-x86-64.c @@ -1066,8 +1066,7 @@ elf_x86_64_create_dynamic_sections (bfd *dynobj, if (info->executable) { /* Always allow copy relocs for building executables. */ - asection *s; - s = bfd_get_linker_section (dynobj, ".rela.bss"); + asection *s = bfd_get_linker_section (dynobj, ".rela.bss"); if (s == NULL) { const struct elf_backend_data *bed = get_elf_backend_data (dynobj);