mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
Re-indent elf_x86_64_section_from_shdr
* elf64-x86-64.c (elf_x86_64_section_from_shdr): Re-indent.
This commit is contained in:
@ -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>
|
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
|
* elf64-x86-64.c (x86_64_elf_howto_table): Add R_X86_64_PC32_BND
|
||||||
|
@ -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. */
|
is called when elfcode.h finds a section with an unknown type. */
|
||||||
|
|
||||||
static bfd_boolean
|
static bfd_boolean
|
||||||
elf_x86_64_section_from_shdr (bfd *abfd,
|
elf_x86_64_section_from_shdr (bfd *abfd, Elf_Internal_Shdr *hdr,
|
||||||
Elf_Internal_Shdr *hdr,
|
const char *name, int shindex)
|
||||||
const char *name,
|
|
||||||
int shindex)
|
|
||||||
{
|
{
|
||||||
if (hdr->sh_type != SHT_X86_64_UNWIND)
|
if (hdr->sh_type != SHT_X86_64_UNWIND)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Reference in New Issue
Block a user