mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 22:01:27 +08:00
arm: add missing space to error.
PR target/104794 gcc/ChangeLog: * config/arm/arm.cc (arm_option_override_internal): Add missing space.
This commit is contained in:
parent
5db1d7f143
commit
b1d8198e7d
@ -3185,7 +3185,7 @@ arm_option_override_internal (struct gcc_options *opts,
|
||||
if (arm_stack_protector_guard == SSP_GLOBAL
|
||||
&& opts->x_arm_stack_protector_guard_offset_str)
|
||||
{
|
||||
error ("incompatible options %<-mstack-protector-guard=global%> and"
|
||||
error ("incompatible options %<-mstack-protector-guard=global%> and "
|
||||
"%<-mstack-protector-guard-offset=%s%>",
|
||||
arm_stack_protector_guard_offset_str);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user