Fix typo in previous commit
This commit is contained in:
parent
f4ab0e2d1d
commit
bb95c51a23
1 changed files with 1 additions and 1 deletions
|
@ -5269,7 +5269,7 @@ bfin_adjust_dynamic_symbol (struct bfd_link_info *info,
|
||||||
#else
|
#else
|
||||||
if ((h->root.u.def.section->flags & SEC_ALLOC) != 0)
|
if ((h->root.u.def.section->flags & SEC_ALLOC) != 0)
|
||||||
{
|
{
|
||||||
(*_bfd_error_handler) (_("the bfin target does not currently support the generation of copy relocations"),
|
(*_bfd_error_handler) (_("the bfin target does not currently support the generation of copy relocations"));
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue