diff options
author | Paul Brook <paul@codesourcery.com> | 2009-10-29 15:37:53 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-10-29 15:37:53 +0000 |
commit | b38f9f31eaec6e80cab8f40e739b8079af14d32e (patch) | |
tree | 53173846b0552a54eee67fd79a2fa54d27160ea9 /gas/config | |
parent | 1e22530edfcc373b77128611be3ea38fc4f95d29 (diff) | |
download | gdb-b38f9f31eaec6e80cab8f40e739b8079af14d32e.zip gdb-b38f9f31eaec6e80cab8f40e739b8079af14d32e.tar.gz gdb-b38f9f31eaec6e80cab8f40e739b8079af14d32e.tar.bz2 |
2009-10-29 Paul Brook <paul@codesourcery.com>
gas/
* doc/c-arm.texi: Document ARM -mcpu=cortex-a5.
* config/arm/tc-arm.c (arm_cpu_option_table): Add cortex-a5.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-arm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 22a3377..e176ada 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -21853,6 +21853,7 @@ static const struct arm_cpu_option_table arm_cpus[] = {"arm1156t2f-s", ARM_ARCH_V6T2, FPU_ARCH_VFP_V2, NULL}, {"arm1176jz-s", ARM_ARCH_V6ZK, FPU_NONE, NULL}, {"arm1176jzf-s", ARM_ARCH_V6ZK, FPU_ARCH_VFP_V2, NULL}, + {"cortex-a5", ARM_ARCH_V7A, FPU_NONE, NULL}, {"cortex-a8", ARM_ARCH_V7A, ARM_FEATURE (0, FPU_VFP_V3 | FPU_NEON_EXT_V1), NULL}, |