mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
Fix typo in previous commit
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user