9-09-07 Daniel Gutson <dgutson@codesourcery.com>
authorDaniel Gutson <dgutson@codesourcery.com>
Mon, 7 Sep 2009 16:34:39 +0000 (16:34 +0000)
committerDaniel Gutson <dgutson@codesourcery.com>
Mon, 7 Sep 2009 16:34:39 +0000 (16:34 +0000)
        * config/tc-arm.c (arm_cpus): cortex-r4f CPU added.
        * doc/c-arm.texi: cortex-r4f CPU added.

gas/ChangeLog
gas/config/tc-arm.c
gas/doc/c-arm.texi

index b8242a371c1fc345f38258c8b8d0992485051d46..dbb2227505c52e347ebedbac5241073635ee6505 100644 (file)
@@ -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>
 
        * po/POTFILES.in: Regenerate.
index 5f67171da32cf9bbb546b6b3014bd65350c9b0bf..c1b4086c316d2121e831398f3497697215ceb156 100644 (file)
@@ -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},
index b6ac8b1c22c98c0cb35f03c3cb2fd3c322241949..fcd94ba5498e1ac1aaa79d305b56abc53d25b0ef 100644 (file)
@@ -115,6 +115,7 @@ recognized:
 @code{cortex-a8},
 @code{cortex-a9},
 @code{cortex-r4},
+@code{cortex-r4f},
 @code{cortex-m3},
 @code{cortex-m1},
 @code{cortex-m0},
This page took 0.035135 seconds and 4 git commands to generate.