OSDN Git Service

libgfortran:
[pf3gnuchains/gcc-fork.git] / libgomp / ChangeLog
index 96281fc..52ea143 100644 (file)
@@ -1,3 +1,101 @@
+2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR bootstrap/48135
+       * acinclude.m4 (enable_symvers): Handle --disable-symvers.
+       * configure: Regenerate.
+
+2011-02-27  Jakub Jelinek  <jakub@redhat.com>
+
+       PR fortran/47886
+       * testsuite/libgomp.fortran/task3.f90: New test.
+
+2011-02-24  Tobias Burnus  <burnus@net-b.de>
+
+       * libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE.
+
+2011-02-23  Jakub Jelinek  <jakub@redhat.com>
+
+       PR libgomp/47854
+       * libgomp.texi (omp_get_wtime): Don't say time in the past
+       must be Unix Epoch.
+
+2011-02-18  Jakub Jelinek  <jakub@redhat.com>
+
+       PR libgomp/47804
+       * testsuite/libgomp.fortran/fortran.exp: Check for both
+       libquadmath.a and libquadmath.${shlib_ext}.  If neither exists,
+       but $blddir != "", still append ${blddir}/${lang_library_path}
+       to ld_library_path.
+
+2011-02-16  Tobias Burnus  <burnus@net-b.de>
+
+       PR libgomp/47758
+       * testsuite/libgomp.fortran/fortran.exp: Check for the existence
+       of libquadmath.a before adding its libpath to ldflags.
+
+2011-02-14  Jakub Jelinek  <jakub@redhat.com>
+
+       PR libgomp/47731
+       * config/linux/futex.h (futex_wait): Pass NULL as timeout argument
+       to FUTEX_WAIT futex syscall.
+       * config/linux/wait.h: Include <futex.h> instead of "futex.h".
+
+2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure: Regenerate.
+
+2011-01-20  Benjamin Kosnik  <bkoz@redhat.com>
+
+       PR libstdc++/36104
+       * acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Accept gnu variants.
+
+2011-01-16  Gerald Pfeifer
+
+       * configure.tgt (*-*-freebsd*): Add -lpthread to XLDFLAGS.
+
+2010-12-14  Jakub Jelinek  <jakub@redhat.com>
+
+       PR fortran/46874
+       * libgomp.fortran/allocatable6.f90: New test.
+
+2010-12-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * acinclude.m4 (symvers_renaming): Also set if enable_symvers = no.
+       * configure: Regenerate.
+
+2010-12-06  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       PR target/40125
+       PR lto/46695
+       * configure.ac: Invoke ACX_LT_HOST_FLAGS.
+       * Makefile.am (libgomp_la_LDFLAGS): Use lt_host_flags.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+       * Makefile.in: Regenerate.
+       * testsuite/Makefile.in: Regenerate.
+
+2010-12-02  Jakub Jelinek  <jakub@redhat.com>
+
+       PR fortran/46753
+       * libgomp.fortran/pr46753.f90: New test.
+
+       PR libgomp/43706
+       * env.c (initialize_env): Default to spin count 300000
+       instead of 20000000 if neither OMP_WAIT_POLICY nor GOMP_SPINCOUNT
+       is specified.
+
+       PR libgomp/45240
+       * parallel.c (GOMP_parallel_end): Unlock gomp_remaining_threads_lock
+       at the end if sync builtins aren't supported.
+
+2010-12-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * configure.tgt (mips-sgi-irix6*): Add -lpthread to XLDFLAGS.
+
+2010-12-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * testsuite/libgomp.fortran/vla8.f90: Use dg-timeout-factor 2.0.
+
 2010-11-24  Iain Sandoe  <iains@gcc.gnu.org>
 
        * testsuite/libgomp.fortran/fortran.exp: Add paths for libquadmath.