Regenerate tree using Autoconf 2.64 and Automake 1.11.
[gcc.git] / libgomp / ChangeLog
index e7183d589b67eb400d05d56206b254c6c96ca6d7..4a610dd3beb7123cc6df8ecec0211221e2d18be9 100644 (file)
@@ -1,3 +1,96 @@
+2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+       * config.h.in: Regenerate.
+       * configure: Regenerate.
+       * testsuite/Makefile.in: Regenerate.
+
+2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.am (LINK): Add $(AM_LIBTOOLFLAGS) and $(LIBTOOLFLAGS).
+       * Makefile.in: Regenerate.
+
+2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * Makefile.am (libgomp_la_LDFLAGS): Add -bindir flag.
+       * Makefile.in: Regenerate.
+
+2009-08-19  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/41102
+       omp_lib.h.in: Fix -std=f95 errors.
+
+
+2009-08-14  David Edelsohn  <edelsohn@gnu.org>
+
+       * testsuite/libgomp.graphite: Move from gcc.dg/graphite.
+       * testsuite/libgomp.graphite/graphite_autopar.exp: Delete.
+       * testsuite/libgomp.graphite/graphite.exp: New.
+
+2009-08-05  Andreas Tobler  <a.tobler@schweiz.org>
+
+       * testsuite/libgomp.fortran/fortran.exp: Add flags in case of shared
+       only build.
+
+2009-08-04  David Daney  <ddaney@caviumnetworks.com>
+
+       * config/linux/mutex.h (gomp_mutex_unlock): Add comment about
+       needed memory barrier semantics.
+       * config/linux/mips/mutex.h: New file.
+
+2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
+
+2009-07-16  Joseph Myers  <joseph@codesourcery.com>
+
+       * configure: Regenerate.
+
+2009-07-11  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       PR testsuite/40699
+       PR testsuite/40707
+       PR testsuite/40709
+       * testsuite/lib/libgomp.exp: Revert 2009-07-02 and 2009-06-30 commits.
+       * testsuite/libgomp.c/c.exp, testsuite/libgomp.c++/c++.exp,
+       testsuite/libgomp.fortran/fortran.exp: Revert 2009-06-30 commits.
+
+2009-07-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
+
+       * testsuite/lib/libgomp.exp (libgomp_init): Use the ALWAYS_CFLAGS
+       options when choosing a multilib.
+
+2009-06-30  Richard Sandiford  <r.sandiford@uk.ibm.com>
+
+       * testsuite/lib/libgomp.exp (libgomp_init): Don't add "." to
+       ld_library_path.  Use add_path.  Add just find_libgcc_s to
+       ld_library_path, not every libgcc multilib directory.
+       * testsuite/libgomp.c/c.exp (ld_library_path): Don't call
+       gcc-set-multilib-library-path; rely on $always_ld_library_path instead.
+       * testsuite/libgomp.c++/c++.exp (ld_library_path): Likewise.
+       Use add_path.
+       * testsuite/libgomp.fortran/fortran.exp (ld_library_path): Likewise.
+
+2009-06-09  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * Makefile.am (LTLDFLAGS): Define.
+       (LINK): Define.
+       * Makefile.in: Regenerate.
+
+2009-05-27  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       PR fortran/39718
+       * testsuite/libgomp.fortran/fortran.exp: Don't link with
+       libgfortranbegin, check existence of libgfortran.a instead of
+       libgfortranbegin.a.
+
+2009-05-20  Jakub Jelinek  <jakub@redhat.com>
+
+       PR libgomp/40174
+       * team.c (gomp_thread_start): Destroy thr->release semaphore.
+       (gomp_free_pool_helper): Likewise.
+
 2009-04-20  Vasilis Liaskovitis  <vliaskov@gmail.com>
            Jakub Jelinek  <jakub@redhat.com>