between different cpu & arch, should based on arch. */
if (csky_selected_arch
&& (csky_selected_cpu->base_arch != csky_selected_arch->base_arch))
- warning (0, "cpu %s is not based on arch %s, ignoring the arch",
+ warning (0, "cpu %qs is not based on arch %qs, ignoring the arch",
csky_selected_cpu->name, csky_selected_arch->name);
if (!csky_selected_arch)
csky_selected_arch = &all_architectures[csky_selected_cpu->base_arch];
|| CSKY_TARGET_ARCH (CK860)))
{
flag_pic = 0;
- warning (0, "%qs is not supported by arch %s",
+ warning (0, "%qs is not supported by arch %qs",
"-fPIC", csky_active_target.arch_pp_name);
}
}
if (CSKY_TARGET_ARCH (CK801) || CSKY_TARGET_ARCH (CK802))
- error ("%qs is not supported by arch %s",
+ error ("%qs is not supported by arch %qs",
"-mhard-float", csky_active_target.arch_pp_name);
else if (csky_fpu_index == TARGET_FPU_auto)
error ("%<-mhard-float%> is not supported by the selected CPU");
pools are placed. */
if ((CSKY_TARGET_ARCH (CK801) || CSKY_TARGET_ARCH (CK802))
&& !TARGET_CONSTANT_POOL)
- error ("%qs is not supported by arch %s",
+ error ("%qs is not supported by arch %qs",
"-mno-constpool", csky_active_target.arch_pp_name);
else if (TARGET_CONSTANT_POOL == -1)
TARGET_CONSTANT_POOL = (CSKY_TARGET_ARCH (CK801)
else if (TARGET_MINI_REGISTERS == -1)
TARGET_MINI_REGISTERS = 0;
if (TARGET_HIGH_REGISTERS > 0)
- warning (0, "%qs is not supported by arch %s",
+ warning (0, "%qs is not supported by arch %qs",
"-mhigh-registers", csky_active_target.arch_pp_name);
TARGET_HIGH_REGISTERS = 0;
}
if (CSKY_TARGET_ARCH (CK801))
{
if (TARGET_MULTIPLE_STLD > 0)
- warning (0, "%qs is not supported by arch %s",
+ warning (0, "%qs is not supported by arch %qs",
"-mmultiple-stld", csky_active_target.arch_pp_name);
TARGET_MULTIPLE_STLD = 0;
}