This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[COMMIT] Fix typo in elf32-arm.c


I've applied the following as obvious.

Mark

--

2006-08-21 Mark Shinwell <shinwell@codesourcery.com>

        * elf32-arm.c (elf32_arm_link_hash_table): Correct typo in
        comment for target1_is_rel.


Index: bfd/elf32-arm.c =================================================================== RCS file: /cvs/src/src/bfd/elf32-arm.c,v retrieving revision 1.85 diff -U3 -p -r1.85 elf32-arm.c --- bfd/elf32-arm.c 18 Aug 2006 16:18:23 -0000 1.85 +++ bfd/elf32-arm.c 21 Aug 2006 10:43:47 -0000 @@ -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. */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]