From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19242 invoked by alias); 29 Oct 2014 20:06:11 -0000 Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org Received: (qmail 19111 invoked by uid 89); 29 Oct 2014 20:06:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qc0-f173.google.com Received: from mail-qc0-f173.google.com (HELO mail-qc0-f173.google.com) (209.85.216.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 29 Oct 2014 20:06:08 +0000 Received: by mail-qc0-f173.google.com with SMTP id x3so3066114qcv.18 for ; Wed, 29 Oct 2014 13:06:06 -0700 (PDT) X-Received: by 10.140.20.175 with SMTP id 44mr18060513qgj.22.1414613166480; Wed, 29 Oct 2014 13:06:06 -0700 (PDT) Received: from pike.twiddle.home.com (50-194-63-110-static.hfc.comcastbusiness.net. [50.194.63.110]) by mx.google.com with ESMTPSA id a12sm5020495qai.1.2014.10.29.13.06.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Oct 2014 13:06:05 -0700 (PDT) From: Richard Henderson To: libffi-discuss@sourceware.org Subject: [PATCH 07/10] arm: Remove internal FFI_TYPE constants Date: Wed, 29 Oct 2014 20:06:00 -0000 Message-Id: <1414613147-10917-8-git-send-email-rth@twiddle.net> In-Reply-To: <1414613147-10917-1-git-send-email-rth@twiddle.net> References: <1414613147-10917-1-git-send-email-rth@twiddle.net> X-SW-Source: 2014/txt/msg00163.txt.bz2 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