mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
Fix typo in previous commit
This commit is contained in:
parent
f4ab0e2d1d
commit
bb95c51a23
@ -5269,7 +5269,7 @@ bfin_adjust_dynamic_symbol (struct bfd_link_info *info,
|
||||
#else
|
||||
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;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user