RISC-V: as_warn() already emits a newline

Therefore there shouldn't be any at the end of the format string.
This commit is contained in:
Jan Beulich
2023-02-16 09:56:50 +01:00
parent 42af03dafe
commit c84b3d7eaa

View File

@ -4179,7 +4179,7 @@ s_riscv_option (int x ATTRIBUTE_UNUSED)
}
else
{
as_warn (_("unrecognized .option directive: %s\n"), name);
as_warn (_("unrecognized .option directive: %s"), name);
}
*input_line_pointer = ch;
demand_empty_rest_of_line ();