Commit 5e88ebe62717b8e1e2f8d96c10f78a7134caa765

Richard Henderson 2014-10-20T15:10:43

arm: Remove internal FFI_TYPE constants These have been replaced by the contents of internal.h.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/src/arm/ffitarget.h b/src/arm/ffitarget.h
index 421bacf..bf36750 100644
--- a/src/arm/ffitarget.h
+++ b/src/arm/ffitarget.h
@@ -56,10 +56,6 @@ typedef enum ffi_abi {
   unsigned short vfp_reg_free, vfp_nargs;	\
   signed char vfp_args[16]			\
 
-/* Internally used. */
-#define FFI_TYPE_STRUCT_VFP_FLOAT  (FFI_TYPE_LAST + 1)
-#define FFI_TYPE_STRUCT_VFP_DOUBLE (FFI_TYPE_LAST + 2)
-
 #define FFI_TARGET_SPECIFIC_VARIADIC
 
 /* ---- Definitions for closures ----------------------------------------- */