Re: [PATCH 0/2] Add atomic support to m68k

2011-11-25 Thread Mikael Pettersson
Richard Henderson writes: On 11/23/2011 06:46 AM, Mikael Pettersson wrote: +FAIL: c-c++-common/gomp/atomic-10.c scan-tree-dump-times ompexp __atomic_fetch_add 4 +FAIL: c-c++-common/gomp/atomic-3.c scan-tree-dump-times ompexp xyzzy, 4 1 +FAIL: c-c++-common/gomp/atomic-9.c

Re: [PATCH 0/2] Add atomic support to m68k

2011-11-23 Thread Mikael Pettersson
Mikael Pettersson writes: Richard Henderson writes: The first patch adds support for the m68k-linux syscall. The second patch adds native support for the m680[2346]0 CAS instruction, and the m68000/Coldfire TAS instruction. Both tested only via cross-compile.

Re: [PATCH 0/2] Add atomic support to m68k

2011-11-23 Thread Richard Henderson
On 11/23/2011 06:46 AM, Mikael Pettersson wrote: +FAIL: c-c++-common/gomp/atomic-10.c scan-tree-dump-times ompexp __atomic_fetch_add 4 +FAIL: c-c++-common/gomp/atomic-3.c scan-tree-dump-times ompexp xyzzy, 4 1 +FAIL: c-c++-common/gomp/atomic-9.c scan-tree-dump-times ompexp

Re: [PATCH 0/2] Add atomic support to m68k

2011-11-19 Thread Mikael Pettersson
Richard Henderson writes: The first patch adds support for the m68k-linux syscall. The second patch adds native support for the m680[2346]0 CAS instruction, and the m68000/Coldfire TAS instruction. Both tested only via cross-compile. Please test... Thanks Richard. I'm

[PATCH 0/2] Add atomic support to m68k

2011-11-18 Thread Richard Henderson
The first patch adds support for the m68k-linux syscall. The second patch adds native support for the m680[2346]0 CAS instruction, and the m68000/Coldfire TAS instruction. Both tested only via cross-compile. Please test... r~ Richard Henderson (2): m68k-linux: Implement atomic