From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <18053.65260.136499.154352@cargo.ozlabs.ibm.com> Date: Sat, 30 Jun 2007 16:57:48 +1000 From: Paul Mackerras To: Andreas Schwab Subject: Re: Please pull from 'for_paulus' branch In-Reply-To: References: <18052.42546.78964.805791@cargo.ozlabs.ibm.com> Cc: linuxppc-dev@ozlabs.org, Arnd Bergmann , amodra@bigpond.net.au List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Andreas Schwab writes: > The assembler should be called with -a64, which has the effect of > defaulting to -mppc64. Yes, the assembler is called with -a64, but that doesn't appear to have the effect of defaulting to -mppc64. [Alan: this thread is about the fact that compiling C code with "gcc -m64 -mcpu=powerpc64" will give assembler errors, complaining about instructions like sldi, whereas compiling with "gcc -m64" doesn't.] Paul.