From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-12.arcor-online.net (mail-in-12.arcor-online.net [151.189.21.52]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 8815ADDEF2 for ; Sat, 26 May 2007 00:05:30 +1000 (EST) In-Reply-To: <20070525031917.GC13575@localhost.localdomain> References: <20070525031917.GC13575@localhost.localdomain> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: Fix compiler/assembler flags for Ebony platform boot files Date: Fri, 25 May 2007 16:05:24 +0200 To: David Gibson Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > The recent addition of assembler flags for 44x.c and ebony.c in the > bootwrapper to make them compile on certain toolchains was not correct > and could break other platforms. This patch switches to using a > compiler flag instead, which implies the appropriate assembler flag, > and also stops the compiler itself generating instructions which are > invalid for the platform in question. > > Signed-off-by: David Gibson Acked-by: Segher Boessenkool