+2017-06-29 Richard Earnshaw <rearnsha@arm.com>
+
+ * config/arm/parsecpu.awk (gen_comm_data): Add initializer for
+ profile to the dummy entry at the end of the list of architectures.
+ * config/arm/arm-cpu-cdata.h: Regenerated.
+
2017-06-29 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
Michael Collison <michael.collison@arm.com>
"nofp", true, false,
{ ISA_ALL_FP, isa_nobit }
},
+ {
+ "vfpv4-sp-d16", false, true,
+ { ISA_VFPv4, isa_nobit }
+ },
+ {
+ "fpv5-d16", false, true,
+ { ISA_FPv5,ISA_FP_DBL, isa_nobit }
+ },
{ NULL, false, false, {isa_nobit}}
};
"nofp", true, false,
{ ISA_ALL_FP, isa_nobit }
},
- {
- "vfpv4-sp-d16", false, true,
- { ISA_VFPv4, isa_nobit }
- },
- {
- "fpv5-d16", false, true,
- { ISA_FPv5,ISA_FP_DBL, isa_nobit }
- },
{ NULL, false, false, {isa_nobit}}
};
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[] =
}
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[] ="