Re: PPC jit fixes - hopefully

2005-03-04 Thread chromatic
On Fri, 2005-03-04 at 16:24 -0500, Matt Diephouse wrote: > Can someone that #32514 can be closed? > > https://rt.perl.org/rt3/Ticket/Display.html?id=32989 Yes, close it. > And #27414 along with it: > > https://rt.perl.org/rt3/Ticket/Display.html?id=27414 I don't see the failures (and have

Re: PPC jit fixes - hopefully

2005-03-04 Thread Matt Diephouse
On Fri, 4 Mar 2005 16:24:30 -0500, Matt Diephouse <[EMAIL PROTECTED]> wrote: > On Fri, 4 Mar 2005 08:48:06 +0100, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > > Ok. I've duplicate jit/ppc/asm.s to jit/ppc/ppc-linux.s, removed the > > leading underscore and the register name prefixes. > > > > config

Re: PPC jit fixes - hopefully

2005-03-04 Thread Matt Diephouse
On Fri, 4 Mar 2005 08:48:06 +0100, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Ok. I've duplicate jit/ppc/asm.s to jit/ppc/ppc-linux.s, removed the > leading underscore and the register name prefixes. > > config/auto/jit.pl should now use this file for the platform > "ppc-linux". Can someone th

Re: PPC jit fixes - hopefully

2005-03-03 Thread Leopold Toetsch
Chromatic <[EMAIL PROTECTED]> wrote: > On Thu, 2005-03-03 at 09:30 -0800, chromatic wrote: >> Adding -mregnames to the as call makes it compile for me, but it >> apparently doesn't export the symbol properly: > Ah, here it is. For whatever reason, it doesn't strip the leading > underscore from

Re: PPC jit fixes - hopefully

2005-03-03 Thread chromatic
On Thu, 2005-03-03 at 09:30 -0800, chromatic wrote: > Adding -mregnames to the as call makes it compile for me, but it > apparently doesn't export the symbol properly: Ah, here it is. For whatever reason, it doesn't strip the leading underscore from the symbol name. (GNU as allows symbols to st

Re: PPC jit fixes - hopefully

2005-03-03 Thread chromatic
On Thu, 2005-03-03 at 17:22 +0100, Olivier Thauvin wrote: > ops/core_ops_switch.c > as -o src/asmfun.o src/asmfun.s > src/asmfun.s: Assembler messages: > src/asmfun.s:6: Error: unsupported relocation against f14 Adding -mregnames to the as call makes it compile for me, but it apparently doesn't

Re: PPC jit fixes - hopefully

2005-03-03 Thread Olivier Thauvin
Le Thursday 3 March 2005 11:56, Leopold Toetsch a écrit : > I've now committed the proposed changes, > see tickets: #32989, #32514, #34072 > > If you have a PPC based box, please give it a try. My ppc box is a Mandrake cooker (devel distro): I ran: Unfortunally, I don't have the C/asm knowledge t

PPC jit fixes - hopefully

2005-03-03 Thread Leopold Toetsch
I've now committed the proposed changes, see tickets: #32989, #32514, #34072 If you have a PPC based box, please give it a try. Thanks, leo