From: Daniel Jacobowitz Date: Thu, 6 May 2004 23:43:40 +0000 (+0000) Subject: * elf32-arm.h (elf32_arm_relocate_section): Remove R_ARM_PLT32 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ecb2d096d3411f0f3c2c107f14b65d4931dfa3c6;p=binutils-gdb.git * elf32-arm.h (elf32_arm_relocate_section): Remove R_ARM_PLT32 special case. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bd835c50257..4282915cd79 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2004-05-06 Daniel Jacobowitz + + * elf32-arm.h (elf32_arm_relocate_section): Remove R_ARM_PLT32 + special case. + 2004-05-05 Alexandre Oliva * configure.in (bfd_elf32_frvfdpic_vec): New. diff --git a/bfd/elf32-arm.h b/bfd/elf32-arm.h index 64da33374f5..1cb2b37d615 100644 --- a/bfd/elf32-arm.h +++ b/bfd/elf32-arm.h @@ -2192,6 +2192,8 @@ elf32_arm_relocate_section (output_bfd, info, input_bfd, input_section, case R_ARM_PC24: case R_ARM_ABS32: case R_ARM_THM_PC22: + case R_ARM_PLT32: + if (info->shared && ( (!info->symbolic && h->dynindx != -1) @@ -2225,11 +2227,6 @@ elf32_arm_relocate_section (output_bfd, info, input_bfd, input_section, relocation = 0; break; - case R_ARM_PLT32: - if (h->plt.offset != (bfd_vma)-1) - relocation = 0; - break; - default: if (unresolved_reloc) _bfd_error_handler