diff options
author | Matthew Gretton-Dann <matthew.gretton-dann@arm.com> | 2011-11-07 16:20:48 +0000 |
---|---|---|
committer | Matthew Gretton-Dann <matthew.gretton-dann@arm.com> | 2011-11-07 16:20:48 +0000 |
commit | c90460e4507bd27eb11a55e3f4591309cfe6821e (patch) | |
tree | 2a0fc5ecec04ebddda6afdecb46ffd8c97044980 /gas/config | |
parent | 8d26e50c573726f76d7f50fc9016a6b4bc12ca28 (diff) | |
download | gdb-c90460e4507bd27eb11a55e3f4591309cfe6821e.zip gdb-c90460e4507bd27eb11a55e3f4591309cfe6821e.tar.gz gdb-c90460e4507bd27eb11a55e3f4591309cfe6821e.tar.bz2 |
* gas/config/tc-arm.c (arm_cpus): Add cortex-a7 entry.
* gas/doc/c-arm.texi (ARM Options): Add cortex-a7 to list of accepted
CPUs.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-arm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 2ebb336..e8040c3 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -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), |