Argh! missing comma...
authorRichard Earnshaw <richard.earnshaw@arm.com>
Wed, 1 Sep 2004 16:19:36 +0000 (16:19 +0000)
committerRichard Earnshaw <richard.earnshaw@arm.com>
Wed, 1 Sep 2004 16:19:36 +0000 (16:19 +0000)
gas/config/tc-arm.c

index 29d5deb76bd3ffa0cb0e41a72d43e13f72454655..37cfb51b65461c63f5f23c671ae723fdba7d48f0 100644 (file)
@@ -13313,7 +13313,7 @@ static struct arm_cpu_option_table arm_cpus[] =
   {"arm1026ejs",       ARM_ARCH_V5TE,   FPU_ARCH_VFP_V2},
   {"arm1026ej-s",      ARM_ARCH_V5TE,   FPU_ARCH_VFP_V2},
   {"arm1136js",                ARM_ARCH_V6,     FPU_NONE},
-  {"arm1136j-s"                ARM_ARCH_V6,     FPU_NONE},
+  {"arm1136j-s",       ARM_ARCH_V6,     FPU_NONE},
   {"arm1136jfs",       ARM_ARCH_V6,     FPU_ARCH_VFP_V2},
   {"arm1136jf-s",      ARM_ARCH_V6,     FPU_ARCH_VFP_V2},
   /* ??? XSCALE is really an architecture.  */
This page took 0.027842 seconds and 4 git commands to generate.