diff options
author | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-02 00:18:56 +0000 |
---|---|---|
committer | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-02 00:18:56 +0000 |
commit | 177fe92fdb4a6f7007c44f10e82b577fd21351c3 (patch) | |
tree | 6cd29ec4b02588c18325b36516fe4f2c332eadb9 /libgomp | |
parent | f91a14be27ec7ae18406f4f3f5a3af39b917e8d2 (diff) | |
download | gcc-177fe92fdb4a6f7007c44f10e82b577fd21351c3.tar.gz |
PR libgomp/38270
* config/linux/powerpc/mutex.h: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142341 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 5 | ||||
-rw-r--r-- | libgomp/config/linux/powerpc/mutex.h | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 89c8a42dd41..46536c88381 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -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 diff --git a/libgomp/config/linux/powerpc/mutex.h b/libgomp/config/linux/powerpc/mutex.h new file mode 100644 index 00000000000..e64ff077c83 --- /dev/null +++ b/libgomp/config/linux/powerpc/mutex.h @@ -0,0 +1,2 @@ +/* On PowerPC __sync_lock_test_and_set isn't a full barrier. */ +#include "config/linux/ia64/mutex.h" |