Call _bfd_elf_post_process_headers

* elf32-arm.c (elf32_arm_post_process_headers): Call
	_bfd_elf_post_process_headers.
This commit is contained in:
H.J. Lu 2013-12-17 14:36:45 -08:00
parent 0af031261f
commit 7394f108c2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-12-17 H.J. Lu <hongjiu.lu@intel.com>
* elf32-arm.c (elf32_arm_post_process_headers): Call
_bfd_elf_post_process_headers.
2013-12-17 H.J. Lu <hongjiu.lu@intel.com>
* elf32-spu.c (spu_elf_post_process_headers): Call

View File

@ -14506,7 +14506,7 @@ elf32_arm_post_process_headers (bfd * abfd, struct bfd_link_info * link_info ATT
if (EF_ARM_EABI_VERSION (i_ehdrp->e_flags) == EF_ARM_EABI_UNKNOWN)
i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_ARM;
else
i_ehdrp->e_ident[EI_OSABI] = 0;
_bfd_elf_post_process_headers (abfd, link_info);
i_ehdrp->e_ident[EI_ABIVERSION] = ARM_ELF_ABI_VERSION;
if (link_info)