aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Earnshaw <rearnsha@arm.com>2024-06-04 12:56:24 +0100
committerRichard Earnshaw <rearnsha@arm.com>2024-06-05 17:45:45 +0100
commit44d174bcb635be0115322bbd1cf4e54245256dec (patch)
treeddd29e32cb3c452932f6d6b01e932ef02b4b3bc0 /include
parentc27b73c52510eb47e86fa22281904dd6b48b66f4 (diff)
downloadbinutils-44d174bcb635be0115322bbd1cf4e54245256dec.zip
binutils-44d174bcb635be0115322bbd1cf4e54245256dec.tar.gz
binutils-44d174bcb635be0115322bbd1cf4e54245256dec.tar.bz2
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.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/arm.h3
1 files changed, 0 insertions, 3 deletions
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)