gcc/
2021-05-10 Claudiu Zissulescu <claziss@synopsys.com>
* common/config/arc/arc-common.c (arc_handle_option): Remove dot
from string.
* config/arc/arc.c (arc_reorg): Remove underscore from string.
Signed-off-by: Claudiu Zissulescu <claziss@synopsys.com>
our caller, so comparing arc_cpu with PROCESSOR_NONE is pointless. */
if (mcpu_seen != PROCESSOR_NONE && mcpu_seen != value)
- warning_at (loc, 0, "multiple %<-mcpu=%> options specified.");
+ warning_at (loc, 0, "multiple %<-mcpu=%> options specified");
mcpu_seen = value;
break;
if (!INSN_ADDRESSES_SET_P())
fatal_error (input_location,
- "insn addresses not set after shorten_branches");
+ "insn addresses not set after shorten branches");
for (insn = get_insns (); insn; insn = NEXT_INSN (insn))
{