From 110b5f07f304f3a9dc2a432aacd366d1cbd356ba Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 3 Dec 2014 08:10:04 -0800 Subject: [PATCH] Reformat elf_x86_64_create_dynamic_sections * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Reformat. --- bfd/ChangeLog | 4 ++++ bfd/elf64-x86-64.c | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 681759e..e6486e8 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 fb27f0d..fef1d82 100644 --- a/bfd/elf64-x86-64.c +++ b/bfd/elf64-x86-64.c @@ -1059,8 +1059,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); -- 2.7.4