diff options
Diffstat (limited to 'bfd/elf32-sh.c')
-rw-r--r-- | bfd/elf32-sh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-sh.c b/bfd/elf32-sh.c index 91545f8..a13d60b 100644 --- a/bfd/elf32-sh.c +++ b/bfd/elf32-sh.c @@ -3947,7 +3947,7 @@ sh_elf_relocate_section (bfd *output_bfd, struct bfd_link_info *info, if ((sym->st_other & STO_SH5_ISA32) != 0) (*info->callbacks->reloc_dangerous) (info, - _("Unexpected STO_SH5_ISA32 on local symbol is not handled"), + _("unexpected STO_SH5_ISA32 on local symbol is not handled"), input_bfd, input_section, rel->r_offset); if (sec != NULL && discarded_section (sec)) |