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

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