bfd/
authorMark Shinwell <shinwell@codesourcery.com>
Fri, 1 Sep 2006 17:14:16 +0000 (17:14 +0000)
committerMark Shinwell <shinwell@codesourcery.com>
Fri, 1 Sep 2006 17:14:16 +0000 (17:14 +0000)
        * elf32-arm.c (elf32_arm_howto_table_1): Correct masks for
        R_ARM_THM_PC12 relocation.

ChangeLog.csl
bfd/elf32-arm.c

index 69504ed..834afd6 100644 (file)
@@ -1,3 +1,9 @@
+2006-09-01  Mark Shinwell  <shinwell@codesourcery.com>
+
+       bfd/
+       * elf32-arm.c (elf32_arm_howto_table_1): Correct masks for
+       R_ARM_THM_PC12 relocation.
+
 2006-09-01  Nathan Sidwell  <nathan@codesourcery.com>
 
        ld/testsuite/
index 9c80e74..5de108a 100644 (file)
@@ -852,8 +852,8 @@ static reloc_howto_type elf32_arm_howto_table_1[] =
         bfd_elf_generic_reloc, /* special_function */
         "R_ARM_THM_PC12",      /* name */
         FALSE,                 /* partial_inplace */
-        0x0fffffff,            /* src_mask */
-        0x0fffffff,            /* dst_mask */
+        0xffffffff,            /* src_mask */
+        0xffffffff,            /* dst_mask */
         TRUE),                 /* pcrel_offset */
 
   HOWTO (R_ARM_ABS32_NOI,      /* type */