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:
Janis Johnson 2008-12-02 00:18:56 +00:00 committed by Janis Johnson
parent 8be321ff82
commit 86a182bf47
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,2 @@
/* On PowerPC __sync_lock_test_and_set isn't a full barrier. */
#include "config/linux/ia64/mutex.h"