]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 69504ed8916b5940017584919bfe5e8beecf938d..834afd60bc9a65a417d0867668b2139214ee43be 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 9c80e74ff8484ef0e496c241a513067f9dd87a66..5de108aa2602e4e4d701be24f6aff1e629e84526 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 */