diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2019-01-21 12:39:24 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-01-21 12:39:24 +0000 |
commit | acef8081ec2ce5dc387ee55a04f75fb27ade94ec (patch) | |
tree | b530891641dd81ccc96b3a70c150d1269d06841a /bfd/elf32-nds32.c | |
parent | fc65c7dbe0607dfb1fc3d1019c46df73854cc896 (diff) | |
download | gdb-acef8081ec2ce5dc387ee55a04f75fb27ade94ec.zip gdb-acef8081ec2ce5dc387ee55a04f75fb27ade94ec.tar.gz gdb-acef8081ec2ce5dc387ee55a04f75fb27ade94ec.tar.bz2 |
Fix spelling mistakes in BFD library.
PR 24108
bfd * elf32-nds32.c (nds32_relocate_section): Add space between words
in error message.
* elfnn-riscv.c (riscv_version_mismatch): Fix spelling mistake in
error message.
(riscv_i_or_e_p): Likewise.
(riscv_merge_arch_attr_info): Likewise.
ld * testsuite/ld-riscv-elf/attr-merge-arch-failed-01.d: Update
expected error message.
Diffstat (limited to 'bfd/elf32-nds32.c')
-rw-r--r-- | bfd/elf32-nds32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-nds32.c b/bfd/elf32-nds32.c index b8a6147..d9a429d 100644 --- a/bfd/elf32-nds32.c +++ b/bfd/elf32-nds32.c @@ -5636,7 +5636,7 @@ nds32_elf_relocate_section (bfd * output_bfd ATTRIBUTE_UNUSED, if (h->dynindx == -1) { _bfd_error_handler - (_("%pB: relocation %s against `%s' can not be used when" + (_("%pB: relocation %s against `%s' can not be used when " "making a shared object; recompile with -fPIC"), input_bfd, nds32_elf_howto_table[r_type].name, h->root.root.string); bfd_set_error (bfd_error_bad_value); |