9-09-07 Daniel Gutson <dgutson@codesourcery.com>
* config/tc-arm.c (arm_cpus): cortex-r4f CPU added. * doc/c-arm.texi: cortex-r4f CPU added.
This commit is contained in:
parent
c86ad51492
commit
307c948d20
@ -1,3 +1,8 @@
|
|||||||
|
2009-09-07 Daniel Gutson <dgutson@codesourcery.com>
|
||||||
|
|
||||||
|
* config/tc-arm.c (arm_cpus): cortex-r4f CPU added.
|
||||||
|
* doc/c-arm.texi: cortex-r4f CPU added.
|
||||||
|
|
||||||
2009-09-07 Tristan Gingold <gingold@adacore.com>
|
2009-09-07 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
* po/POTFILES.in: Regenerate.
|
* po/POTFILES.in: Regenerate.
|
||||||
|
@ -21849,6 +21849,7 @@ static const struct arm_cpu_option_table arm_cpus[] =
|
|||||||
| FPU_NEON_EXT_V1),
|
| FPU_NEON_EXT_V1),
|
||||||
NULL},
|
NULL},
|
||||||
{"cortex-r4", ARM_ARCH_V7R, FPU_NONE, NULL},
|
{"cortex-r4", ARM_ARCH_V7R, FPU_NONE, NULL},
|
||||||
|
{"cortex-r4f", ARM_ARCH_V7R, FPU_ARCH_VFP_V3D16, 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},
|
||||||
{"cortex-m0", ARM_ARCH_V6M, FPU_NONE, NULL},
|
{"cortex-m0", ARM_ARCH_V6M, FPU_NONE, NULL},
|
||||||
|
@ -115,6 +115,7 @@ recognized:
|
|||||||
@code{cortex-a8},
|
@code{cortex-a8},
|
||||||
@code{cortex-a9},
|
@code{cortex-a9},
|
||||||
@code{cortex-r4},
|
@code{cortex-r4},
|
||||||
|
@code{cortex-r4f},
|
||||||
@code{cortex-m3},
|
@code{cortex-m3},
|
||||||
@code{cortex-m1},
|
@code{cortex-m1},
|
||||||
@code{cortex-m0},
|
@code{cortex-m0},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user