* gas/config/tc-arm.c (arm_cpus): Add cortex-a7 entry.
[deliverable/binutils-gdb.git] / gas / config / tc-arm.c
index 2ebb336649f4a941957dda873d7eee8be8ebbed8..e8040c384f9cd0c3fb26c031b929b1d6218875c6 100644 (file)
@@ -22962,6 +22962,9 @@ static const struct arm_cpu_option_table arm_cpus[] =
   {"arm1176jzf-s",     ARM_ARCH_V6ZK,   FPU_ARCH_VFP_V2, NULL},
   {"cortex-a5",                ARM_ARCH_V7A_MP_SEC, 
                                         FPU_NONE,        "Cortex-A5"},
+  {"cortex-a7",                ARM_ARCH_V7A_IDIV_MP_SEC_VIRT,
+                                        FPU_ARCH_NEON_VFP_V4,
+                                                         "Cortex-A7"},
   {"cortex-a8",                ARM_ARCH_V7A_SEC,
                                         ARM_FEATURE (0, FPU_VFP_V3
                                                         | FPU_NEON_EXT_V1),
This page took 0.043731 seconds and 4 git commands to generate.