mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
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:
@ -4179,7 +4179,7 @@ s_riscv_option (int x ATTRIBUTE_UNUSED)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
as_warn (_("unrecognized .option directive: %s\n"), name);
|
as_warn (_("unrecognized .option directive: %s"), name);
|
||||||
}
|
}
|
||||||
*input_line_pointer = ch;
|
*input_line_pointer = ch;
|
||||||
demand_empty_rest_of_line ();
|
demand_empty_rest_of_line ();
|
||||||
|
Reference in New Issue
Block a user