bfd/
authorMark Shinwell <shinwell@codesourcery.com>
Mon, 21 Aug 2006 09:53:55 +0000 (09:53 +0000)
committerMark Shinwell <shinwell@codesourcery.com>
Mon, 21 Aug 2006 09:53:55 +0000 (09:53 +0000)
* elf32-arm.c (elf32_arm_link_hash_table): Correct typo in
comment for target1_is_rel.

ChangeLog.csl
bfd/elf32-arm.c

index ac2b988..7562a35 100644 (file)
@@ -1,3 +1,9 @@
+2006-08-21  Mark Shinwell  <shinwell@codesourcery.com>
+
+       bfd/
+       * elf32-arm.c (elf32_arm_link_hash_table): Correct typo in
+       comment for target1_is_rel.
+
 2006-08-19  Joseph Myers  <joseph@codesourcery.com>
 
        gas/
index 64aa5c5..6405675 100644 (file)
@@ -2125,7 +2125,7 @@ struct elf32_arm_link_hash_table
     int byteswap_code;
 
     /* Zero if R_ARM_TARGET1 means R_ARM_ABS32.
-       Nonzero if R_ARM_TARGET1 means R_ARM_ABS32.  */
+       Nonzero if R_ARM_TARGET1 means R_ARM_REL32.  */
     int target1_is_rel;
 
     /* The relocation to use for R_ARM_TARGET2 relocations.  */