* elf32-arm.c (elf32_arm_final_link_relocate): Correct return value.
authorAlan Modra <amodra@gmail.com>
Mon, 18 Jun 2012 00:46:28 +0000 (00:46 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 18 Jun 2012 00:46:28 +0000 (00:46 +0000)
bfd/ChangeLog
bfd/elf32-arm.c

index 39f5829..ad5228e 100644 (file)
@@ -1,3 +1,7 @@
+2012-06-18  John Szakmeister  <john@szakmeister.net>
+
+       * elf32-arm.c (elf32_arm_final_link_relocate): Correct return value.
+
 2012-06-17  Hans-Peter Nilsson  <hp@axis.com>
 
        * elf32-cris.c (cris_elf_relocate_section): <R_CRIS_32_IE>
index e9157b2..826dd7e 100644 (file)
@@ -9664,7 +9664,7 @@ elf32_arm_final_link_relocate (reloc_howto_type *           howto,
            (_("%B(%A+0x%lx): R_ARM_TLS_LE32 relocation not permitted in shared object"),
             input_bfd, input_section,
             (long) rel->r_offset, howto->name);
-         return (bfd_reloc_status_type) FALSE;
+         return bfd_reloc_notsupported;
        }
       else
        value = tpoff (info, value);