bfd/
* elf32-arm.c (elf32_arm_link_hash_table): Correct typo in comment for target1_is_rel.
This commit is contained in:
parent
7148cc28af
commit
87bc043a9f
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue