diff options
author | Daniel Gutson <dgutson@codesourcery.com> | 2009-09-07 16:34:39 +0000 |
---|---|---|
committer | Daniel Gutson <dgutson@codesourcery.com> | 2009-09-07 16:34:39 +0000 |
commit | 307c948d206758be9b2331ae17d7c6163a5989a4 (patch) | |
tree | 240489bbf85c0c40979eda3ab4e30df8bdb1f4ab /gas/config | |
parent | c86ad51492bb4a4c70c540643a163970ae0f7944 (diff) | |
download | gdb-307c948d206758be9b2331ae17d7c6163a5989a4.zip gdb-307c948d206758be9b2331ae17d7c6163a5989a4.tar.gz gdb-307c948d206758be9b2331ae17d7c6163a5989a4.tar.bz2 |
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.
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 5f67171..c1b4086 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -21849,6 +21849,7 @@ static const struct arm_cpu_option_table arm_cpus[] = | FPU_NEON_EXT_V1), 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-m1", ARM_ARCH_V6M, FPU_NONE, NULL}, {"cortex-m0", ARM_ARCH_V6M, FPU_NONE, NULL}, |