From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Subject: Re: [PATCH] xen: Don't use __builtin_stdarg_start(). Date: Thu, 13 Feb 2014 16:32:03 +0100 Message-ID: <52FCE573.8000506@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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WDyGm-0001q5-Lz for xen-devel@lists.xenproject.org; Thu, 13 Feb 2014 15:32:16 +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: Ian.Jackson@eu.citrix.com, julien.grall@linaro.org, keir@xen.org, ian.campbell@citrix.com, george.dunlap@citrix.com List-Id: xen-devel@lists.xenproject.org On 13/02/14 16:19, 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 >=3D 4.5, but in fact GCC dropped > __builtin_stdarg_start() before v3.3. > = > Signed-off-by: Tim Deegan Tested-by: Roger Pau Monn=E9 With gcc version 4.4.5 (Debian 4.4.5-8)