re PR libgomp/38270 (libgomp test failures due to missing memory barrier)
PR libgomp/38270 * config/linux/powerpc/mutex.h: New. From-SVN: r142341
This commit is contained in:
parent
8be321ff82
commit
86a182bf47
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-12-01 Janis Johnson <janis187@us.ibm.com>
|
||||
|
||||
PR libgomp/38270
|
||||
* config/linux/powerpc/mutex.h: New.
|
||||
|
||||
2008-12-01 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/38257
|
||||
|
|
2
libgomp/config/linux/powerpc/mutex.h
Normal file
2
libgomp/config/linux/powerpc/mutex.h
Normal file
|
@ -0,0 +1,2 @@
|
|||
/* On PowerPC __sync_lock_test_and_set isn't a full barrier. */
|
||||
#include "config/linux/ia64/mutex.h"
|
Loading…
Add table
Reference in a new issue