2013-02-25 Terry Guo <terry.guo@arm.com>
authorxuepeng guo <xguo@sourceware.org>
Mon, 25 Feb 2013 02:53:41 +0000 (02:53 +0000)
committerxuepeng guo <xguo@sourceware.org>
Mon, 25 Feb 2013 02:53:41 +0000 (02:53 +0000)
* config/tc-arm.c (arm_cpus): Add cortex-r7 entry.
* doc/c-arm.texi: Add cortex-r7 and missing cortex-r5 to
list of accepted CPUs.

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

index 49c3b35f6a0ef9849c45102b03c4b204fe098cb8..f9c8618a0231bffc7badb7ae05b6f7b6a4dd304f 100644 (file)
@@ -1,3 +1,9 @@
+2013-02-25  Terry Guo  <terry.guo@arm.com>
+
+       * config/tc-arm.c (arm_cpus): Add cortex-r7 entry.
+       * doc/c-arm.texi: Add cortex-r7 and missing cortex-r5 to
+       list of accepted CPUs.
+
 2013-02-19  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR gas/15159
index c7e6f344df7669e7160316523c33d23e16ce0f45..51ab230c6b01752cef81db4c1628d567b598cdbb 100644 (file)
@@ -23893,6 +23893,9 @@ static const struct arm_cpu_option_table arm_cpus[] =
                                                                  "Cortex-R4F"),
   ARM_CPU_OPT ("cortex-r5",    ARM_ARCH_V7R_IDIV,
                                                 FPU_NONE,        "Cortex-R5"),
+  ARM_CPU_OPT ("cortex-r7",    ARM_ARCH_V7R_IDIV,
+                                                FPU_ARCH_VFP_V3D16,
+                                                                 "Cortex-R7"),
   ARM_CPU_OPT ("cortex-m4",    ARM_ARCH_V7EM,   FPU_NONE,        "Cortex-M4"),
   ARM_CPU_OPT ("cortex-m3",    ARM_ARCH_V7M,    FPU_NONE,        "Cortex-M3"),
   ARM_CPU_OPT ("cortex-m1",    ARM_ARCH_V6SM,   FPU_NONE,        "Cortex-M1"),
index 983434f166cfc7084a5a8449a6be9520ec1a4a40..764b791eb213a05c1a48b1ef043ab10c2bc9a2d6 100644 (file)
@@ -122,6 +122,8 @@ recognized:
 @code{cortex-a15},
 @code{cortex-r4},
 @code{cortex-r4f},
+@code{cortex-r5},
+@code{cortex-r7},
 @code{cortex-m4},
 @code{cortex-m3},
 @code{cortex-m1},
This page took 0.040022 seconds and 4 git commands to generate.