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:
parent
b1cc4aeb65
commit
15290f0adc
@ -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>
|
2008-03-09 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
* config/tc-arm.c (fpu_vfp_ext_d32): New vairable.
|
* config/tc-arm.c (fpu_vfp_ext_d32): New vairable.
|
||||||
|
@ -20114,6 +20114,9 @@ static const struct arm_cpu_option_table arm_cpus[] =
|
|||||||
{"cortex-a8", ARM_ARCH_V7A, ARM_FEATURE(0, FPU_VFP_V3
|
{"cortex-a8", ARM_ARCH_V7A, ARM_FEATURE(0, FPU_VFP_V3
|
||||||
| FPU_NEON_EXT_V1),
|
| FPU_NEON_EXT_V1),
|
||||||
NULL},
|
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-r4", ARM_ARCH_V7R, FPU_NONE, NULL},
|
||||||
{"cortex-m3", ARM_ARCH_V7M, FPU_NONE, NULL},
|
{"cortex-m3", ARM_ARCH_V7M, FPU_NONE, NULL},
|
||||||
{"cortex-m1", ARM_ARCH_V6M, FPU_NONE, NULL},
|
{"cortex-m1", ARM_ARCH_V6M, FPU_NONE, NULL},
|
||||||
|
@ -108,6 +108,7 @@ recognized:
|
|||||||
@code{mpcore},
|
@code{mpcore},
|
||||||
@code{mpcorenovfp},
|
@code{mpcorenovfp},
|
||||||
@code{cortex-a8},
|
@code{cortex-a8},
|
||||||
|
@code{cortex-a9},
|
||||||
@code{cortex-r4},
|
@code{cortex-r4},
|
||||||
@code{cortex-m3},
|
@code{cortex-m3},
|
||||||
@code{ep9312} (ARM920 with Cirrus Maverick coprocessor),
|
@code{ep9312} (ARM920 with Cirrus Maverick coprocessor),
|
||||||
|
Loading…
Reference in New Issue
Block a user