mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 07:08:01 +08:00
* elflink.c (_bfd_elf_link_output_relocs): Correct error return.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2008-01-21 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* elflink.c (_bfd_elf_link_output_relocs): Correct error return.
|
||||||
|
|
||||||
2008-01-21 Alan Modra <amodra@bigpond.net.au>
|
2008-01-21 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* ecoff.c (_bfd_ecoff_archive_p): Delete.
|
* ecoff.c (_bfd_ecoff_archive_p): Delete.
|
||||||
|
@ -2321,7 +2321,7 @@ _bfd_elf_link_output_relocs (bfd *output_bfd,
|
|||||||
(*_bfd_error_handler)
|
(*_bfd_error_handler)
|
||||||
(_("%B: relocation size mismatch in %B section %A"),
|
(_("%B: relocation size mismatch in %B section %A"),
|
||||||
output_bfd, input_section->owner, input_section);
|
output_bfd, input_section->owner, input_section);
|
||||||
bfd_set_error (bfd_error_wrong_object_format);
|
bfd_set_error (bfd_error_wrong_format);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user