https://sourceware.org/bugzilla/show_bug.cgi?id=32001
Bug ID: 32001
Summary: Untranslated part in error message of
elfxx-riscv.c:2466
Product: binutils
Version: 2.42
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: fmarchal at perso dot be
Target Milestone: ---
In elfxx-riscv.c:2466, the error message is constructed by concatenating the
untranslated string "internal: ".
rps->error_handler
(_("%sunknown ISA extension `%s' in %s `%s'"),
errmsg_internal, subset, errmsg_caller, implicit_exts);
In the above instruction, errmsg_internal is:
const char *errmsg_internal = explicit_subset == NULL ? "" : "internal: ";
Strings shown to the user should be translated.
--
You are receiving this mail because:
You are on the CC list for the bug.