OSDN Git Service

* config/mingw32/time.c: New file.
[pf3gnuchains/gcc-fork.git] / libgomp / ChangeLog
index 49dff7d..8ce2c1a 100644 (file)
@@ -1,3 +1,92 @@
+2006-06-06  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       * config/mingw32/time.c: New file.
+       * configure.tgt: Use it.
+
+2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
+
+       * Makefile.am: Add install-html target. Add install-html to .PHONY
+       * Makefile.in: Regenerate.
+
+2006-05-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR libgomp/27612
+       * testsuite/libgomp.c/sections-1.c: Require sync_int_long.
+       * testsuite/libgomp.c/critical-1.c: Likewise.
+       * testsuite/libgomp.c/loop-1.c: Likewise.
+       * testsuite/libgomp.c/loop-2.c: Likewise.
+       * testsuite/libgomp.c/single-1.c: Likewise.
+       * testsuite/libgomp.c/ordered-1.c: Likewise.
+       * testsuite/libgomp.c/ordered-2.c: Likewise.
+
+2006-05-15  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/27416
+       * libgomp.fortran/pr27416-1.f90: New test.
+
+2006-05-03  Jakub Jelinek  <jakub@redhat.com>
+
+       PR fortran/27395
+       * testsuite/libgomp.fortran/pr27395-1.f90: New test.
+       * testsuite/libgomp.fortran/pr27395-2.f90: New test.
+
+2006-05-02  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/26943
+       * testsuite/libgomp.c/pr26943-1.c: New test.
+       * testsuite/libgomp.c/pr26943-2.c: New test.
+       * testsuite/libgomp.c/pr26943-3.c: New test.
+       * testsuite/libgomp.c/pr26943-4.c: New test.
+       * testsuite/libgomp.c++/pr27337.C: Remove barrier.
+       * testsuite/libgomp.c++/pr26943.C: New test.
+
+2006-05-02  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/27337
+       * testsuite/libgomp.c++/pr27337.C: New test.
+
+2006-04-26  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/26171
+       * testsuite/libgomp.c/pr26171.c: New test.
+
+2006-04-25  Richard Henderson  <rth@redhat.com>
+
+       PR libgomp/25865
+       * configure.ac: Use GCC_CHECK_TLS.
+       * acinclude.m4 (LIBGOMP_CHECK_TLS): Remove.
+       * Makefile.in, aclocal.m4, configure: Regenerate.
+
+2006-04-10  Matthias Klose  <doko@debian.org>
+
+       * testsuite/lib/libgomp.exp (libgomp_init): Recognize multilib
+       directory names containing underscores.
+
+2006-03-21  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/26691
+       * testsuite/libgomp.c++/pr26691.C: New test.
+
+2006-03-13  Jakub Jelinek  <jakub@redhat.com>
+
+       * testsuite/libgomp.fortran/retval2.f90: New test.
+
+2006-03-09  Diego Novillo  <dnovillo@redhat.com>
+
+       * testsuite/libgomp.c++: New directory.
+
+2006-02-25  Shantonu Sen  <ssen@opendarwin.org>
+
+       * config/posix/sem.h: Define BROKEN_POSIX_SEMAPHORES functions.
+       * config/posix/sem.c: Implement the above.
+
+2006-02-25  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * configure.ac (HAVE_BROKEN_POSIX_SEMAPHORES): Check for darwin and
+       define HAVE_BROKEN_POSIX_SEMAPHORES.
+       * configure: Rebuilt.
+       * config.h.in: Rebuilt.
+
 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
 
        PR bootstrap/26161