From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YbSig-0008BF-9o for mharc-grub-devel@gnu.org; Fri, 27 Mar 2015 07:46:34 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbSiZ-0008B4-UU for grub-devel@gnu.org; Fri, 27 Mar 2015 07:46:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbSiV-0000Xz-AS for grub-devel@gnu.org; Fri, 27 Mar 2015 07:46:27 -0400 Received: from mail.emea.novell.com ([130.57.118.101]:55509) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbSiV-0000XR-2B for grub-devel@gnu.org; Fri, 27 Mar 2015 07:46:23 -0400 Received: from EMEA1-MTA by mail.emea.novell.com with Novell_GroupWise; Fri, 27 Mar 2015 11:46:21 +0000 Message-Id: <5515511E020000780006E7AF@mail.emea.novell.com> X-Mailer: Novell GroupWise Internet Agent 14.0.1 Date: Fri, 27 Mar 2015 11:46:22 +0000 From: "Jan Beulich" To: "Daniel Kiper" Subject: Re: [PATCH 08/18] efi: build xen.gz with EFI code References: <1422640462-28103-1-git-send-email-daniel.kiper@oracle.com> <1422640462-28103-9-git-send-email-daniel.kiper@oracle.com> <54F49A6E02000078000653CF@mail.emea.novell.com> <20150327111457.GG8294@olila.local.net-space.pl> In-Reply-To: <20150327111457.GG8294@olila.local.net-space.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 130.57.118.101 Cc: Juergen Gross , grub-devel@gnu.org, keir@xen.org, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com, andrew.cooper3@citrix.com, roy.franz@linaro.org, ning.sun@intel.com, david.vrabel@citrix.com, phcoder@gmail.com, xen-devel@lists.xenproject.org, qiaowei.ren@intel.com, richard.l.maliszewski@intel.com, gang.wei@intel.com, fu.wei@linaro.org X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2015 11:46:32 -0000 >>> On 27.03.15 at 12:14, wrote: > IIRC, MS ABI is supported starting from GCC v4.0. Where did you find that? From all I know __attribute__((__ms_abi__)) is being supported only by 4.5 and newer. The mere support of the MS ABI via command line option doesn't help us, as we need to be able to mix ABIs within a single source file. Jan