Message ID | 413e58f6-ceb9-8172-3d8e-6b9ba43acdc1@arm.com |
---|---|
State | New |
Headers | show |
diff --git a/gcc/config/arm/arm-cpu-cdata.h b/gcc/config/arm/arm-cpu-cdata.h index 4528d07..1cf1149 100644 --- a/gcc/config/arm/arm-cpu-cdata.h +++ b/gcc/config/arm/arm-cpu-cdata.h @@ -2462,7 +2462,7 @@ const arch_option all_architectures[] = TARGET_CPU_iwmmxt2, }, {{NULL, NULL, {isa_nobit}}, - NULL, BASE_ARCH_0, TARGET_CPU_arm_none} + NULL, BASE_ARCH_0, 0, TARGET_CPU_arm_none} }; const arm_fpu_desc all_fpus[] = diff --git a/gcc/config/arm/parsecpu.awk b/gcc/config/arm/parsecpu.awk index d38d664..d096bca 100644 --- a/gcc/config/arm/parsecpu.awk +++ b/gcc/config/arm/parsecpu.awk @@ -311,7 +311,7 @@ function gen_comm_data () { } print " {{NULL, NULL, {isa_nobit}}," - print " NULL, BASE_ARCH_0, TARGET_CPU_arm_none}" + print " NULL, BASE_ARCH_0, 0, TARGET_CPU_arm_none}" print "};\n" print "const arm_fpu_desc all_fpus[] ="