]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 ac2b9881a7e8535327006795319f75834a5a46d6..7562a352c87bb2c0f0653bf5922d27716eae564c 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 64aa5c5e1f8e881f2f0fac0a341cac1fd2774bba..64056758d3c973a2ae4841daf8c461babeb707f1 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.  */