From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24341 invoked by alias); 28 Jul 2010 15:44:48 -0000 Received: (qmail 24333 invoked by uid 22791); 28 Jul 2010 15:44:47 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Jul 2010 15:44:42 +0000 Received: (qmail 20530 invoked from network); 28 Jul 2010 15:44:40 -0000 Received: from unknown (HELO ?211.74.234.116?) (cltang@127.0.0.2) by mail.codesourcery.com with ESMTPA; 28 Jul 2010 15:44:40 -0000 Message-ID: <4C505066.6080506@codesourcery.com> Date: Wed, 28 Jul 2010 15:49:00 -0000 From: Chung-Lin Tang User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Richard Earnshaw CC: gcc-patches Subject: Re: [PATCH, ARM] soft/hard-float preprocessor symbol References: <4C471AF4.4000302@codesourcery.com> <1279921608.2191.14.camel@rwe-pc> <4C4D168F.3080708@codesourcery.com> <1280248085.15573.24.camel@e102346-lin.cambridge.arm.com> In-Reply-To: <1280248085.15573.24.camel@e102346-lin.cambridge.arm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2010-07/txt/msg02187.txt.bz2 Richard Earnshaw wrote: > This is OK, but it needs an updated changelog entry (covering the > changes to arm.c as well). > > R. Patch committed, here's the updated ChangeLog entry: * config/arm/arm.c (arm_pcs_default): Remove static. * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_PCS or __ARM_PCS_VFP to indicate soft/hard-float calling convention. (arm_pcs_default): Declare. Thanks, Chung-Lin