diff options
Diffstat (limited to 'bfd/elflink.c')
-rw-r--r-- | bfd/elflink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elflink.c b/bfd/elflink.c index ed69181..c658b14 100644 --- a/bfd/elflink.c +++ b/bfd/elflink.c @@ -2321,7 +2321,7 @@ _bfd_elf_link_output_relocs (bfd *output_bfd, (*_bfd_error_handler) (_("%B: relocation size mismatch in %B section %A"), output_bfd, input_section->owner, input_section); - bfd_set_error (bfd_error_wrong_object_format); + bfd_set_error (bfd_error_wrong_format); return FALSE; } |