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

bfd/ChangeLog
bfd/elf32-arm.c

index 595d19dde3af4416ff5cda85c5c0cff296b98128..ed9159dc6be2e6afae08ee60de07fd2fb2264951 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-21  Mark Shinwell  <shinwell@codesourcery.com>
+
+       * elf32-arm.c (elf32_arm_link_hash_table): Correct typo in
+       comment for target1_is_rel.
+
 2006-08-21  Pedro Alves  <pedro_alves@portugalmail.pt>
 
        * Makefile.am: Add rules to build pe-arm-wince.lo
index 7cea9406f514678d331dbc0071baa29d51eb6c9f..8b6278419f30700a126b5f28ce48865d8ca5835b 100644 (file)
@@ -2128,7 +2128,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.  */
This page took 0.034494 seconds and 4 git commands to generate.