From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH] xen: Don't use __builtin_stdarg_start(). Date: Thu, 13 Feb 2014 15:22:13 +0000 Message-ID: <52FCE325.9030008@eu.citrix.com> References: <1392074974-1488-1-git-send-email-julien.grall@linaro.org> <20140211085317.GB92054@deinos.phlegethon.org> <52FA17E3.9070105@linaro.org> <20140211123515.GD97288@deinos.phlegethon.org> <52FA1945.8010400@linaro.org> <20140211125928.GE97288@deinos.phlegethon.org> <52FA23B4.5060203@linaro.org> <20140211135926.GB10482@deinos.phlegethon.org> <52FA328C.4000103@linaro.org> <20140211143346.GE10482@deinos.phlegethon.org> <20140213151911.GD82703@deinos.phlegethon.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WDy9X-0001NC-FE for xen-devel@lists.xenproject.org; Thu, 13 Feb 2014 15:24:39 +0000 In-Reply-To: <20140213151911.GD82703@deinos.phlegethon.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Tim Deegan , xen-devel@lists.xenproject.org Cc: keir@xen.org, ian.campbell@citrix.com, julien.grall@linaro.org, Ian.Jackson@eu.citrix.com, george.dunlap@citrix.com, roger.pau@citrix.com List-Id: xen-devel@lists.xenproject.org On 02/13/2014 03:19 PM, Tim Deegan wrote: > Cset fca49a00 ("netbsd: build fix with gcc 4.5") changed the > definition of va_start() to use __builtin_va_start() rather than > __builtin_stdarg_start() for GCCs >= 4.5, but in fact GCC dropped > __builtin_stdarg_start() before v3.3. > > Signed-off-by: Tim Deegan > > --- > > George: this should fix the build issues Roger was having with GCC 4.5 > after my last stdarg patch. Once it has Roger's tested-by: Release-acked-by: George Dunlap