aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.c
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@mageia.org>2020-01-19 16:24:06 +0200
committerAlan Modra <amodra@gmail.com>2020-01-22 17:14:08 +1030
commitc48acf6f26713427fb6870a8551a89ac12838e7b (patch)
tree951a518a5b015cbc60b85efac0cc40d0c203613d /ld/ldlang.c
parent1e1613647fc5da78f7924f8264b09eeed6362987 (diff)
downloadgdb-c48acf6f26713427fb6870a8551a89ac12838e7b.zip
gdb-c48acf6f26713427fb6870a8551a89ac12838e7b.tar.gz
gdb-c48acf6f26713427fb6870a8551a89ac12838e7b.tar.bz2
PR25417, Fix minor typos
PR 25417 binutils/ * readelf.c (get_alpha_symbol_other): Fix error message typo. ld/ * ldlang.c (ldlang_open_ctf): Fix error message typo. * emultempl/z80elf.em (z80_elf_after_open): Likewise.
Diffstat (limited to 'ld/ldlang.c')
-rw-r--r--ld/ldlang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldlang.c b/ld/ldlang.c
index e100c05..91c160b 100644
--- a/ld/ldlang.c
+++ b/ld/ldlang.c
@@ -3659,7 +3659,7 @@ ldlang_open_ctf (void)
if ((ctf_output = ctf_create (&err)) != NULL)
return;
- einfo (_("%P: warning: CTF output not created: `s'\n"),
+ einfo (_("%P: warning: CTF output not created: `%s'\n"),
ctf_errmsg (err));
LANG_FOR_EACH_INPUT_STATEMENT (errfile)