From: Maciej W. Rozycki Date: Sat, 19 May 2012 19:27:01 +0000 (+0000) Subject: * elf32-vax.c (elf_vax_relocate_section) X-Git-Tag: sid-snapshot-20120601~116 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=751c1fe7eaecddf885f29a2aba76981e495371f0;p=external%2Fbinutils.git * elf32-vax.c (elf_vax_relocate_section) : Don't check if info->shared again. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 766bd2d..a3daca5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,6 +1,11 @@ 2012-05-19 Maciej W. Rozycki * elf32-vax.c (elf_vax_relocate_section) + : Don't check if info->shared again. + +2012-05-19 Maciej W. Rozycki + + * elf32-vax.c (elf_vax_relocate_section) : Use section flags rather than its name as the check for text sections. diff --git a/bfd/elf32-vax.c b/bfd/elf32-vax.c index 735f223..5b86329 100644 --- a/bfd/elf32-vax.c +++ b/bfd/elf32-vax.c @@ -1692,8 +1692,7 @@ elf_vax_relocate_section (bfd *output_bfd, } if ((input_section->flags & SEC_CODE) != 0 - || (info->shared - && ELF32_R_TYPE (outrel.r_info) != R_VAX_32 + || (ELF32_R_TYPE (outrel.r_info) != R_VAX_32 && ELF32_R_TYPE (outrel.r_info) != R_VAX_RELATIVE && ELF32_R_TYPE (outrel.r_info) != R_VAX_COPY && ELF32_R_TYPE (outrel.r_info) != R_VAX_JMP_SLOT