From 5dc1606f1eba80182b4f297ebaa245856a1d9686 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Thu, 6 Jan 2005 15:30:57 +0000 Subject: [PATCH] * config/tc-arm.c (arm_cpus): Correct arch field for arm1026ej-s. --- gas/ChangeLog | 4 ++++ gas/config/tc-arm.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index e7ad1de..0d7977c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2005-01-06 Paul Brook + + * config/tc-arm.c (arm_cpus): Correct arch field for arm1026ej-s. + 2005-01-04 Dmitry Diky * config/tc-msp430.c (md_apply_fix3): Fix offset calculation for diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 009be15..0c6c591 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -12759,8 +12759,8 @@ static struct arm_cpu_option_table arm_cpus[] = {"arm1020", ARM_ARCH_V5TE, FPU_ARCH_VFP_V2}, {"arm1020t", ARM_ARCH_V5T, FPU_ARCH_VFP_V1}, {"arm1020e", ARM_ARCH_V5TE, FPU_ARCH_VFP_V2}, - {"arm1026ejs", ARM_ARCH_V5TE, FPU_ARCH_VFP_V2}, - {"arm1026ej-s", ARM_ARCH_V5TE, FPU_ARCH_VFP_V2}, + {"arm1026ejs", ARM_ARCH_V5TEJ, FPU_ARCH_VFP_V2}, + {"arm1026ej-s", ARM_ARCH_V5TEJ, FPU_ARCH_VFP_V2}, {"arm1136js", ARM_ARCH_V6, FPU_NONE}, {"arm1136j-s", ARM_ARCH_V6, FPU_NONE}, {"arm1136jfs", ARM_ARCH_V6, FPU_ARCH_VFP_V2}, -- 2.7.4