* elf32-arm.c (elf32_arm_final_link_relocate): Don't fail for
unresolved symbols in R_ARM_NONE relocations.
This commit is contained in:
parent
0945cdfd61
commit
28a094c2cc
@ -1,3 +1,8 @@
|
||||
2005-03-22 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* elf32-arm.c (elf32_arm_final_link_relocate): Don't fail for
|
||||
unresolved symbols in R_ARM_NONE relocations.
|
||||
|
||||
2005-03-22 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* elf32-arm.c (elf32_arm_final_link_relocate): Add
|
||||
|
@ -2311,6 +2311,9 @@ elf32_arm_final_link_relocate (reloc_howto_type * howto,
|
||||
switch (r_type)
|
||||
{
|
||||
case R_ARM_NONE:
|
||||
/* We don't need to find a value for this symbol. It's just a
|
||||
marker. */
|
||||
*unresolved_reloc_p = FALSE;
|
||||
return bfd_reloc_ok;
|
||||
|
||||
case R_ARM_PC24:
|
||||
|
Loading…
Reference in New Issue
Block a user