From 0a15b5edacd28eb3117289d8e7d43dc72189544f Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 28 Jun 2007 15:14:40 +0000 Subject: [PATCH] add ARM_2a and ARM_3G architectures [r14816] --- ir/be/arm/bearch_arm_t.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ir/be/arm/bearch_arm_t.h b/ir/be/arm/bearch_arm_t.h index 4bebbfede..386784b80 100644 --- a/ir/be/arm/bearch_arm_t.h +++ b/ir/be/arm/bearch_arm_t.h @@ -65,7 +65,7 @@ enum arm_cpu_extensions { * three more to cover cores prior to ARM6. Finally, there are cores which * implement further extensions in the co-processor space. */ -enum arm_architectiures { +enum arm_architectures { ARM_ARCH_V1 = ARM_EXT_V1, ARM_ARCH_V2 = ARM_ARCH_V1 | ARM_EXT_V2, ARM_ARCH_V2S = ARM_ARCH_V2 | ARM_EXT_V2S, @@ -125,7 +125,9 @@ enum arm_fp_architectures { enum arm_processor_types { ARM_1 = ARM_ARCH_V1, ARM_2 = ARM_ARCH_V2, + ARM_2a = ARM_ARCH_V2, ARM_3 = ARM_ARCH_V2S, + ARM_3G = ARM_ARCH_V2S, ARM_250 = ARM_ARCH_V2S, ARM_6 = ARM_ARCH_V3, ARM_7 = ARM_ARCH_V3, -- 2.20.1