2010-03-05 Paul Brook <paul@codesourcery.com>
authorPaul Brook <paul@codesourcery.com>
Fri, 5 Mar 2010 10:41:04 +0000 (10:41 +0000)
committerPaul Brook <paul@codesourcery.com>
Fri, 5 Mar 2010 10:41:04 +0000 (10:41 +0000)
gas/
* config/tc-arm.c (arm_cpu_option_table): Add cortex-m4.

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

index e34574c220b45d2a27526202a29236001f9a5342..85d23c485687df8fc5360457f048a1bcdb4d7a1a 100644 (file)
@@ -1,3 +1,7 @@
+2010-03-05  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c (arm_cpu_option_table): Add cortex-m4.
+
 2010-03-02  Andrew Stubbs  <ams@codesourcery.com>
 
        * config/tc-sh.c (get_specific): Move overflow checking code to avoid
index f55fe6139d92c5d98140de7da37fc2e6953f86fe..16f4fd321581639bf7c00e1884ce9b26593f40b1 100644 (file)
@@ -22179,6 +22179,7 @@ static const struct arm_cpu_option_table arm_cpus[] =
                                                           NULL},
   {"cortex-r4",                ARM_ARCH_V7R,    FPU_NONE,        NULL},
   {"cortex-r4f",       ARM_ARCH_V7R,    FPU_ARCH_VFP_V3D16,      NULL},
+  {"cortex-m4",                ARM_ARCH_V7EM,   FPU_NONE,        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},
This page took 0.038127 seconds and 4 git commands to generate.