aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfnn-riscv.c
diff options
context:
space:
mode:
authorJim Wilson <jimw@sifive.com>2017-11-18 17:03:08 -0800
committerJim Wilson <jimw@sifive.com>2017-11-18 17:03:08 -0800
commit671275c35e71d3bcdde173d8817e34e89b984241 (patch)
tree944916f3910a644fd5db18cc71e864dab55bcfcd /bfd/elfnn-riscv.c
parente4ec19878f7a6d99d87ec12cbd7b313062f64fbe (diff)
downloadgdb-671275c35e71d3bcdde173d8817e34e89b984241.zip
gdb-671275c35e71d3bcdde173d8817e34e89b984241.tar.gz
gdb-671275c35e71d3bcdde173d8817e34e89b984241.tar.bz2
Fix error message typo.
bfd/ * elfnn-riscv.c (_bfd_riscv_relax_align): Add space between alignment and to in error message.
Diffstat (limited to 'bfd/elfnn-riscv.c')
-rw-r--r--bfd/elfnn-riscv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfnn-riscv.c b/bfd/elfnn-riscv.c
index b6e3892..e782a60 100644
--- a/bfd/elfnn-riscv.c
+++ b/bfd/elfnn-riscv.c
@@ -3077,7 +3077,7 @@ _bfd_riscv_relax_align (bfd *abfd, asection *sec,
if (rel->r_addend < nop_bytes)
{
(*_bfd_error_handler)
- (_("%B(%A+0x%lx): %d bytes required for alignment"
+ (_("%B(%A+0x%lx): %d bytes required for alignment "
"to %d-byte boundary, but only %d present"),
abfd, sym_sec, rel->r_offset, nop_bytes, alignment, rel->r_addend);
bfd_set_error (bfd_error_bad_value);