From 18f50b4b73b94d152e3768fc6793b0844e72c0e1 Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Wed, 1 Sep 2004 16:19:36 +0000 Subject: [PATCH] Argh! missing comma... --- gas/config/tc-arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 29d5deb76..37cfb51b6 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. */ -- 2.11.4.GIT