Re: Please pull from 'for_paulus' branch

2007-07-24 Thread Zang Roy-r61911
On Tue, 2007-07-24 at 05:01, Kumar Gala wrote: > Please pull from 'for_paulus' branch of > > master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git > for_paulus > > Sorry I wasn't able to get this pull request out before -rc1 got > released, >

Re: Please pull from 'for_paulus' branch

2007-07-23 Thread Kumar Gala
Please pull from 'for_paulus' branch of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git for_paulus Updated with Ben's request change to the indirect runtime patch and dropped the i8259/mpic patch for now. to receive the following updates: arch/

Please pull from 'for_paulus' branch

2007-07-23 Thread Kumar Gala
Please pull from 'for_paulus' branch of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git for_paulus Sorry I wasn't able to get this pull request out before -rc1 got released, but had some issues w/accessing email/accounts this weekend. to receive the fo

Please pull from 'for_paulus' branch

2007-07-09 Thread Kumar Gala
Please pull from 'for_paulus' branch of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git for_paulus to receive the following updates: Documentation/powerpc/booting-without-of.txt | 32 ++ arch/powerpc/boot/dts/mpc8272ads.dts | 42 +-- arch/powerp

Re: Please pull from 'for_paulus' branch

2007-06-30 Thread Alan Modra
On Sat, Jun 30, 2007 at 04:57:48PM +1000, Paul Mackerras wrote: > 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 -mp

Re: Please pull from 'for_paulus' branch

2007-06-30 Thread Andreas Schwab
Paul Mackerras <[EMAIL PROTECTED]> writes: > Andreas Schwab writes: > >> Is your assembler older than 4 years? > > No, well, at least not unless Debian sid is seriously behind the > times. It's version 2.17 from the Debian binutils 2.17-3 package. Probably some debian patches messed it up. I'd

Re: Please pull from 'for_paulus' branch

2007-06-30 Thread Paul Mackerras
Andreas Schwab writes: > Is your assembler older than 4 years? No, well, at least not unless Debian sid is seriously behind the times. It's version 2.17 from the Debian binutils 2.17-3 package. Paul. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.o

Re: Please pull from 'for_paulus' branch

2007-06-30 Thread Andreas Schwab
Paul Mackerras <[EMAIL PROTECTED]> writes: > 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. Is your assembler

Re: Please pull from 'for_paulus' branch

2007-06-29 Thread Paul Mackerras
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 -m

Re: Please pull from 'for_paulus' branch

2007-06-29 Thread Kumar Gala
On Jun 29, 2007, at 11:05 AM, Arnd Bergmann wrote: > On Friday 29 June 2007, Kumar Gala wrote: >>> Would it work reliably if we switch the arguments to >>> '-mcpu=powerpc64 -m64' instead of '-m64 -mcpu=powerpc64'? That >>> might be better than taking it out entirely. >> >> Is there a reason you d

Re: Please pull from 'for_paulus' branch

2007-06-29 Thread Kumar Gala
On Jun 29, 2007, at 11:05 AM, Arnd Bergmann wrote: > On Friday 29 June 2007, Kumar Gala wrote: >>> Would it work reliably if we switch the arguments to >>> '-mcpu=powerpc64 -m64' instead of '-m64 -mcpu=powerpc64'? That >>> might be better than taking it out entirely. >> >> Is there a reason you d

Re: Please pull from 'for_paulus' branch

2007-06-29 Thread Arnd Bergmann
On Friday 29 June 2007, Kumar Gala wrote: > > Would it work reliably if we switch the arguments to > > '-mcpu=powerpc64 -m64' instead of '-m64 -mcpu=powerpc64'? That > > might be better than taking it out entirely. > > Is there a reason you didn't use -mcpu=power3 and -mcpu=rs64 for   > those to C

Re: Please pull from 'for_paulus' branch

2007-06-29 Thread Andreas Schwab
Paul Mackerras <[EMAIL PROTECTED]> writes: > It turns out that with Arnd's patches we now get "-mcpu=powerpc64" on > the command line, and that means that gcc *doesn't* put "-mppc64" the > as command line, and as barfs on the 64-bit instructions. The assembler should be called with -a64, which ha

Re: Please pull from 'for_paulus' branch

2007-06-29 Thread Kumar Gala
On Jun 29, 2007, at 8:45 AM, Arnd Bergmann wrote: > On Friday 29 June 2007, Paul Mackerras wrote: >> It turns out that with Arnd's patches we now get "-mcpu=powerpc64" on >> the command line, and that means that gcc *doesn't* put "-mppc64" the >> as command line, and as barfs on the 64-bit instru

Re: Please pull from 'for_paulus' branch

2007-06-29 Thread Arnd Bergmann
On Friday 29 June 2007, Paul Mackerras wrote: > It turns out that with Arnd's patches we now get "-mcpu=powerpc64" on > the command line, and that means that gcc *doesn't* put "-mppc64" the > as command line, and as barfs on the 64-bit instructions.  That's > presumably a gcc bug, but we'll have to

Re: Please pull from 'for_paulus' branch

2007-06-29 Thread Segher Boessenkool
>> It is not. -mcpu=powerpc64 doesn't select an ABI, and your >> GCC presumably defaults to the 32-bit ABI. Use -m64 on the >> GCC command line, too, you need it, and it solves this issue >> as a side effect. > > No, actually the command line had -m64 on it. The situation is this: > > gcc -m64 -

Re: Please pull from 'for_paulus' branch

2007-06-29 Thread Paul Mackerras
Segher Boessenkool writes: > It is not. -mcpu=powerpc64 doesn't select an ABI, and your > GCC presumably defaults to the 32-bit ABI. Use -m64 on the > GCC command line, too, you need it, and it solves this issue > as a side effect. No, actually the command line had -m64 on it. The situation is

Re: Please pull from 'for_paulus' branch

2007-06-29 Thread Segher Boessenkool
>> Please pull from 'for_paulus' branch of >> >> master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git >> for_paulus > > Unfortunately with those commits I get this when compiling for a > 64-bit target: > > {standard input}:

Re: Please pull from 'for_paulus' branch

2007-06-29 Thread Kumar Gala
On Jun 29, 2007, at 1:26 AM, Paul Mackerras wrote: > Kumar Gala writes: > >> Please pull from 'for_paulus' branch of >> >> master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git >> for_paulus > > Unfortunately with those commits I

Re: Please pull from 'for_paulus' branch

2007-06-28 Thread Paul Mackerras
Kumar Gala writes: > Please pull from 'for_paulus' branch of > > master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git for_paulus Unfortunately with those commits I get this when compiling for a 64-bit target: {standard input}: Assembler messages: {standar

Please pull from 'for_paulus' branch

2007-06-28 Thread Kumar Gala
Please pull from 'for_paulus' branch of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git for_paulus to receive the following updates: arch/powerpc/Kconfig |6 arch/powerpc/Makefile | 19 arch/powerp