OSDN Git Service

* config/tc-arm.c (arm_archs): Add armv6.
authorpbrook <pbrook>
Tue, 23 Dec 2003 18:41:57 +0000 (18:41 +0000)
committerpbrook <pbrook>
Tue, 23 Dec 2003 18:41:57 +0000 (18:41 +0000)
gas/ChangeLog
gas/config/tc-arm.c

index dc47f4d..b838f27 100644 (file)
@@ -1,3 +1,7 @@
+2003-23-12  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c (arm_archs): Add armv6.
+
 2003-12-20  Nick Clifton  <nickc@redhat.com>
 
        * config/tc-ppc.c (md_apply_fix3): Handle the case where a
index 3e3daac..ee98190 100644 (file)
@@ -13340,6 +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},