* elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Reformat.
+2014-12-03 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Reformat.
+
2014-12-02 H.J. Lu <hongjiu.lu@intel.com>
* elf64-x86-64.c (elf_x86_64_relocate_section): Check
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);