diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-11-19 13:00:42 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-11-19 13:00:42 -0800 |
commit | 0c7231013ce7a7df1b8cb31a123bb1aa03d3ec91 (patch) | |
tree | 5bf1fc1c37af674718862c6d005e24dc97c244f2 /bfd | |
parent | c2763e270c6627e55ac7a75ed3c0a717fbca9bd0 (diff) | |
download | gdb-0c7231013ce7a7df1b8cb31a123bb1aa03d3ec91.zip gdb-0c7231013ce7a7df1b8cb31a123bb1aa03d3ec91.tar.gz gdb-0c7231013ce7a7df1b8cb31a123bb1aa03d3ec91.tar.bz2 |
Re-indent elf_x86_64_section_from_shdr
* elf64-x86-64.c (elf_x86_64_section_from_shdr): Re-indent.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/elf64-x86-64.c | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b5869d5..e997dc6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2013-11-19 H.J. Lu <hongjiu.lu@intel.com> + + * elf64-x86-64.c (elf_x86_64_section_from_shdr): Re-indent. + 2013-11-17 H.J. Lu <hongjiu.lu@intel.com> * 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 8eac635..860546e 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; |