From 44d174bcb635be0115322bbd1cf4e54245256dec Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Tue, 4 Jun 2024 12:56:24 +0100 Subject: arm: remove options to select the FPA Remove the command-line options to choose the FPA (or FPE - an emulated FPA). From this point on it should be impossible to assemble the old FPA instructions. --- include/opcode/arm.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/opcode/arm.h b/include/opcode/arm.h index c921f76..ddc199e 100644 --- a/include/opcode/arm.h +++ b/include/opcode/arm.h @@ -249,9 +249,6 @@ /* Deprecated. */ #define FPU_ARCH_SOFTVFP ARM_FEATURE_COPROC (FPU_ENDIAN_PURE) -#define FPU_ARCH_FPE ARM_FEATURE_COPROC (FPU_FPA_EXT_V1) -#define FPU_ARCH_FPA ARM_FEATURE_COPROC (FPU_FPA) - #define FPU_ARCH_VFP_V1xD ARM_FEATURE_COPROC (FPU_VFP_V1xD) #define FPU_ARCH_VFP_V1 ARM_FEATURE_COPROC (FPU_VFP_V1) #define FPU_ARCH_VFP_V2 ARM_FEATURE_COPROC (FPU_VFP_V2) -- cgit v1.1