mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-18 08:29:30 +00:00
* elflink.h (elf_link_output_extsym): Print an error message if
_bfd_elf_section_from_bfd_section fails.
This commit is contained in:
parent
22b17c7474
commit
e1079cda8d
@ -4287,6 +4287,11 @@ elf_link_output_extsym (h, data)
|
||||
input_sec->output_section);
|
||||
if (sym.st_shndx == (unsigned short) -1)
|
||||
{
|
||||
(*_bfd_error_handler)
|
||||
(_("%s: could not find output section %s for input section %s"),
|
||||
bfd_get_filename (finfo->output_bfd),
|
||||
input_sec->output_section->name,
|
||||
input_sec->name);
|
||||
eoinfo->failed = true;
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user