From 1ddd7f43f3a8fe8e380ed13394e222563d9a7eee Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Thu, 18 Dec 2003 05:45:13 +0000 Subject: * config/tc-arm.c (arm_archs): Change "armv6" to "armv6j". * doc/c-arm.texi (ARM Options): Likewise. --- gas/config/tc-arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/config') diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index e07185e..3e3daac 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -13340,7 +13340,7 @@ static struct arm_arch_option_table arm_archs[] = {"armv5te", ARM_ARCH_V5TE, FPU_ARCH_VFP}, {"armv5texp", ARM_ARCH_V5TExP, FPU_ARCH_VFP}, {"armv5tej", ARM_ARCH_V5TEJ, FPU_ARCH_VFP}, - {"armv6", ARM_ARCH_V6, FPU_ARCH_VFP}, + {"armv6j", ARM_ARCH_V6, FPU_ARCH_VFP}, {"xscale", ARM_ARCH_XSCALE, FPU_ARCH_VFP}, {"iwmmxt", ARM_ARCH_IWMMXT, FPU_ARCH_VFP}, {NULL, 0, 0} -- cgit v1.1