This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 07/10] arm: Remove internal FFI_TYPE constants


These have been replaced by the contents of internal.h.
---
 src/arm/ffitarget.h | 4 ----
 1 file changed, 4 deletions(-)

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 ----------------------------------------- */
-- 
1.9.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]