On 22/11/2007, chromatic <[EMAIL PROTECTED]> wrote: > On Wednesday 21 November 2007 12:50:48 [EMAIL PROTECTED] wrote: > > > Log: > > [core,config] Moved executable code out of gcc_x86.h. This closes > > RT#47245. > > Does t/src/atomic.t still work for you after this change? It fails for me, > because the code's no longer available from external programs (that is, code > not built into libparrot).
It passes for me (otherwise I wouldn't have made the commit). > I'm not sure what the proper fix is, except maybe always copying the correct > code into a .c file under src/ with a fixed name independent of platform and > manually including that file directly in the source code in the tests. If the failing test is going to be a problem, we could revert the change and I could try to investigate what's happening here. I think your fix is along the right track, as what we need to do here is similar to what happens with the jit code. Paul