mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
PR 28053: Fix spelling mistakes: usupported -> unsupported and relocatation -> relocation.
This commit is contained in:

committed by
Nick Clifton

parent
235f5ef4a6
commit
579f0281f3
@ -3639,7 +3639,7 @@ xcoff_ppc_relocate_section (bfd *output_bfd,
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
_bfd_error_handler
|
_bfd_error_handler
|
||||||
(_("%pB: relocatation (%d) at (0x%" BFD_VMA_FMT "x) has wrong"
|
(_("%pB: relocation (%d) at (0x%" BFD_VMA_FMT "x) has wrong"
|
||||||
" r_rsize (0x%x)\n"),
|
" r_rsize (0x%x)\n"),
|
||||||
input_bfd, rel->r_type, rel->r_vaddr, rel->r_size);
|
input_bfd, rel->r_type, rel->r_vaddr, rel->r_size);
|
||||||
return false;
|
return false;
|
||||||
|
@ -1570,7 +1570,7 @@ xcoff64_ppc_relocate_section (bfd *output_bfd,
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
_bfd_error_handler
|
_bfd_error_handler
|
||||||
(_("%pB: relocatation (%d) at (0x%" BFD_VMA_FMT "x) has wrong"
|
(_("%pB: relocation (%d) at (0x%" BFD_VMA_FMT "x) has wrong"
|
||||||
" r_rsize (0x%x)\n"),
|
" r_rsize (0x%x)\n"),
|
||||||
input_bfd, rel->r_type, rel->r_vaddr, rel->r_size);
|
input_bfd, rel->r_type, rel->r_vaddr, rel->r_size);
|
||||||
return false;
|
return false;
|
||||||
|
@ -1307,7 +1307,7 @@ append_insn (struct riscv_cl_insn *ip, expressionS *address_expr,
|
|||||||
{
|
{
|
||||||
howto = bfd_reloc_type_lookup (stdoutput, reloc_type);
|
howto = bfd_reloc_type_lookup (stdoutput, reloc_type);
|
||||||
if (howto == NULL)
|
if (howto == NULL)
|
||||||
as_bad (_("internal: usupported RISC-V relocation number %d"),
|
as_bad (_("internal: unsupported RISC-V relocation number %d"),
|
||||||
reloc_type);
|
reloc_type);
|
||||||
|
|
||||||
ip->fixp = fix_new_exp (ip->frag, ip->where,
|
ip->fixp = fix_new_exp (ip->frag, ip->where,
|
||||||
|
Reference in New Issue
Block a user