Re: [PATCH] fix ppc64 build failure on fedora

2009-09-17 Thread Kyle McMartin
On Fri, Sep 18, 2009 at 11:50:06AM +1000, Benjamin Herrenschmidt wrote: > On Thu, 2009-09-17 at 13:41 -0400, Kyle McMartin wrote: > > From: Kyle McMartin > > > > For some reason or another (newer gcc?) on Fedora 12 koji builders we're > > seeing _restgpr0_$n symbols instead of _restgpr_$n as hand

Re: [PATCH] fix ppc64 build failure on fedora

2009-09-17 Thread Benjamin Herrenschmidt
On Thu, 2009-09-17 at 13:41 -0400, Kyle McMartin wrote: > From: Kyle McMartin > > For some reason or another (newer gcc?) on Fedora 12 koji builders we're > seeing _restgpr0_$n symbols instead of _restgpr_$n as handled in the > prom_init_check.sh file: > Checking prom_init.o symbol '_restgpr0_14'

Re: [PATCH] fix ppc64 build failure on fedora

2009-09-17 Thread Kyle McMartin
On Thu, Sep 17, 2009 at 01:41:44PM -0400, Kyle McMartin wrote: > For some reason or another (newer gcc?) on Fedora 12 koji builders we're > seeing _restgpr0_$n symbols instead of _restgpr_$n as handled in the > prom_init_check.sh file: > Checking prom_init.o symbol '_restgpr0_14' > Error: External

[PATCH] fix ppc64 build failure on fedora

2009-09-17 Thread Kyle McMartin
From: Kyle McMartin For some reason or another (newer gcc?) on Fedora 12 koji builders we're seeing _restgpr0_$n symbols instead of _restgpr_$n as handled in the prom_init_check.sh file: Checking prom_init.o symbol '_restgpr0_14' Error: External symbol '_restgpr0_14' referenced from prom_init.c C