diff options
-rw-r--r-- | gas/config/tc-arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |