diff options
Diffstat (limited to 'bfd/elfxx-mips.c')
-rw-r--r-- | bfd/elfxx-mips.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c index c695278..3e7b488 100644 --- a/bfd/elfxx-mips.c +++ b/bfd/elfxx-mips.c @@ -10267,9 +10267,8 @@ _bfd_mips_elf_relocate_section (bfd *output_bfd, struct bfd_link_info *info, if (msg) { info->callbacks->einfo - ("%C: %s\n", input_bfd, input_section, rel->r_offset, msg); - bfd_set_error (bfd_error_bad_value); - return FALSE; + ("%X%H: %s\n", input_bfd, input_section, rel->r_offset, msg); + break; } /* Fall through. */ |