From 9166bcd7a834233a4e42b7f8a65a9597734c206b Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Wed, 1 Sep 2004 16:19:36 +0000 Subject: Argh! missing comma... --- gas/config/tc-arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas') diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 29d5deb..37cfb51 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -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. */ -- cgit v1.1