[perl #47247] [PATCH] Move executable code out of gcc_pcc header

2007-11-07 Thread James Keenan via RT
On Wed Nov 07 15:35:16 2007, ptc wrote: > This is a very similar patch to that which I just posted (RT#47245) in > that it moves executable code out of a header. This time > include/atomic/gcc_pcc.h is the header. Unfortunately, since I don't > have access to a ppc machine I can't test this patch

Re: [perl #47245] [PATCH] Move executable code out of gcc_x86 header

2007-11-07 Thread Paul Cochrane
On 08/11/2007, chromatic <[EMAIL PROTECTED]> wrote: > On Wednesday 07 November 2007 14:58:40 Paul Cochrane wrote: > > > The file include/atomic/gcc_x86.h contains executable code. The > > attached patch moves this code out into a new file > > src/atomic/gcc_x86.c. make test passes, so things look

[perl #47247] [PATCH] Move executable code out of gcc_pcc header

2007-11-07 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #47247] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=47247 > This is a very similar patch to that which I just posted (RT#47245) in that it moves ex

Re: [perl #47245] [PATCH] Move executable code out of gcc_x86 header

2007-11-07 Thread chromatic
On Wednesday 07 November 2007 14:58:40 Paul Cochrane wrote: > The file include/atomic/gcc_x86.h contains executable code. The > attached patch moves this code out into a new file > src/atomic/gcc_x86.c. make test passes, so things look ok to make > this move from this standpoint, however I'd lik

[perl #47245] [PATCH] Move executable code out of gcc_x86 header

2007-11-07 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #47245] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=47245 > The file include/atomic/gcc_x86.h contains executable code. The attached patch moves t