From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] x86-64: globally use -mno-sse Date: Thu, 12 Jan 2012 14:09:01 +0000 Message-ID: References: <4F0EE353020000780006C190@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4F0EE353020000780006C190@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jan Beulich , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 12/01/2012 12:42, "Jan Beulich" wrote: > This eliminates pointless prologue code from functions having variable > argument lists (since that way xmm registers can't possibly be passed). > > Signed-off-by: Jan Beulich Acked-by: Keir Fraser > --- a/xen/arch/x86/Rules.mk > +++ b/xen/arch/x86/Rules.mk > @@ -41,7 +41,7 @@ x86_64 := n > endif > > ifeq ($(TARGET_SUBARCH),x86_64) > -CFLAGS += -mno-red-zone -fpic > +CFLAGS += -mno-red-zone -mno-sse -fpic > CFLAGS += -fno-asynchronous-unwind-tables > # -fvisibility=hidden reduces -fpic cost, if it's available > ifneq ($(call cc-option,$(CC),-fvisibility=hidden,n),n) > --- a/xen/arch/x86/efi/Makefile > +++ b/xen/arch/x86/efi/Makefile > @@ -1,4 +1,4 @@ > -CFLAGS += -fshort-wchar -mno-sse > +CFLAGS += -fshort-wchar > > obj-y += stub.o > > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel