From: H.J. Lu Date: Tue, 19 Nov 2013 21:00:42 +0000 (-0800) Subject: Re-indent elf_x86_64_section_from_shdr X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0c7231013ce7a7df1b8cb31a123bb1aa03d3ec91;p=binutils-gdb.git Re-indent elf_x86_64_section_from_shdr * elf64-x86-64.c (elf_x86_64_section_from_shdr): Re-indent. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b5869d59676..e997dc6ea5a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2013-11-19 H.J. Lu + + * elf64-x86-64.c (elf_x86_64_section_from_shdr): Re-indent. + 2013-11-17 H.J. Lu * elf64-x86-64.c (x86_64_elf_howto_table): Add R_X86_64_PC32_BND diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c index 8eac635dfdf..860546e5672 100644 --- a/bfd/elf64-x86-64.c +++ b/bfd/elf64-x86-64.c @@ -5038,10 +5038,8 @@ elf_x86_64_plt_sym_val (bfd_vma i, const asection *plt, is called when elfcode.h finds a section with an unknown type. */ static bfd_boolean -elf_x86_64_section_from_shdr (bfd *abfd, - Elf_Internal_Shdr *hdr, - const char *name, - int shindex) +elf_x86_64_section_from_shdr (bfd *abfd, Elf_Internal_Shdr *hdr, + const char *name, int shindex) { if (hdr->sh_type != SHT_X86_64_UNWIND) return FALSE;