2008-03-09 Paul Brook <paul@codesourcery.com>

gas/
	* config/tc-arm.c (arm_cpu_option_table): Add cortex-a9.
	* doc/c-arm.texi: Add cortex-a9.
This commit is contained in:
Paul Brook 2008-03-09 15:20:31 +00:00
parent b1cc4aeb65
commit 15290f0adc
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-03-09 Paul Brook <paul@codesourcery.com>
* config/tc-arm.c (arm_cpu_option_table): Add cortex-a9.
* doc/c-arm.texi: Add cortex-a9.
2008-03-09 Paul Brook <paul@codesourcery.com>
* config/tc-arm.c (fpu_vfp_ext_d32): New vairable.

View File

@ -20114,6 +20114,9 @@ static const struct arm_cpu_option_table arm_cpus[] =
{"cortex-a8", ARM_ARCH_V7A, ARM_FEATURE(0, FPU_VFP_V3
| FPU_NEON_EXT_V1),
NULL},
{"cortex-a9", ARM_ARCH_V7A, ARM_FEATURE(0, FPU_VFP_V3
| FPU_NEON_EXT_V1),
NULL},
{"cortex-r4", ARM_ARCH_V7R, FPU_NONE, NULL},
{"cortex-m3", ARM_ARCH_V7M, FPU_NONE, NULL},
{"cortex-m1", ARM_ARCH_V6M, FPU_NONE, NULL},

View File

@ -108,6 +108,7 @@ recognized:
@code{mpcore},
@code{mpcorenovfp},
@code{cortex-a8},
@code{cortex-a9},
@code{cortex-r4},
@code{cortex-m3},
@code{ep9312} (ARM920 with Cirrus Maverick coprocessor),