diff options
author | chaoyingfu <chaoyingfu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-28 18:47:44 +0000 |
---|---|---|
committer | chaoyingfu <chaoyingfu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-28 18:47:44 +0000 |
commit | 780abcd6a9179ba22ec74023468051ecb18e8e6a (patch) | |
tree | 7703480670fb09e172ea189f5f5299f55c5d4967 /libgomp/ChangeLog | |
parent | 2d9a4f3ce75c447eb343921e07a2d763a4638483 (diff) | |
download | gcc-780abcd6a9179ba22ec74023468051ecb18e8e6a.tar.gz |
* configure.tgt: Enable futex for MIPS.
* config/linux/mips/futex.h: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138214 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index ded506b0636..72cee069a15 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,9 @@ +2008-07-28 Ilie Garbacea <ilie@mips.com> + Chao-ying Fu <fu@mips.com> + + * configure.tgt: Enable futex for MIPS. + * config/linux/mips/futex.h: New file. + 2008-07-16 Jakub Jelinek <jakub@redhat.com> * team.c (gomp_team_end): Free team immediately if it has |