OSDN Git Service

Backport from upstream Libtool:
[pf3gnuchains/gcc-fork.git] / libgomp / ChangeLog
index fb70823..cdd87f8 100644 (file)
@@ -1,3 +1,145 @@
+2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure: Regenerate.
+
+2008-12-08  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/36802
+       * testsuite/libgomp.c/pr36802-1.c: New test.
+       * testsuite/libgomp.c/pr36802-2.c: New test.
+       * testsuite/libgomp.c/pr36802-3.c: New test.
+
+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
+       * testsuite/libgomp.c++/for-7.C: New test.
+
+       PR c++/38348
+       * testsuite/libgomp.c++/for-6.C: New test.
+
+2008-11-26  Janis Johnson  <janis187@us.ibm.com>
+
+       PR testsuite/28870
+       * testsuite/lib/libgomp.exp: Include new timeout library files.
+       (libgomp_target_compile): Set timeout value from new proc.
+
+2008-11-13  Steve Ellcey  <sje@cup.hp.com>
+
+       PR libgomp/37938
+       * config/linux/ia64/mutex.h: New.
+
+2008-11-04  Tobias Burnus  <burnus@net-b.de>
+
+       PR libgomp/37935
+       * libgomp.texi (Runtime library routines, environment variables):
+       Update for OpenMP version 3.0.
+
+2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
+           Steve Ellcey  <sje@cup.hp.com>
+
+       * configure: Regenerate for new libtool.
+       * Makefile.in: Ditto.
+       * testsuite/Makefile.in: Ditto.
+
+2008-09-19  Jakub Jelinek  <jakub@redhat.com>
+           Andreas Tobler  <a.tobler@schweiz.org>
+
+       * config/bsd/proc.c: New file.
+       * configure.tgt (*-*-darwin*): Use config_path "bsd posix".
+       * configure.ac: Check for header <sys/sysctl.h>
+       * configure: Regenerate.
+       * config.h.in: Likewise.
+
+2008-09-05  Janis Johnson  <janis187@us.ibm.com>
+
+       * testsuite/ligbomp.c/c.exp: Unset lang_test_file only if it exists.
+
+2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
+
+       * Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined.
+       * Makefile.in: Regenerated.
+       * testsuite/Makefile.in: Regenerated.
+
+2008-08-21  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * testsuite/libgomp.exp (libgomp_init): Only set things that
+       depend on blddir if blddir exists.
+       (libgomp_target_compile): Likewise.
+       * testsuite/libgomp.c++/c++.exp: Likewise.
+       * testsuite/libgomp.fortran/fortran.exp: Likewise.
+
+2008-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * libgomp.texi: Update to GFDL 1.2.  Update copyright years.
+       Do not list GPL as Invariant Section.
+
+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
+       just one thread.
+
+2008-07-08  David Edelsohn  <edelsohn@gnu.org>
+
+       * testsuite/libgomp.c++/c++.exp: Append multilib library path.
+       * testsuite/libgomp.fortran/fortran.exp: Same.
+       * testsuite/libgomp.c/c.exp: Same.
+       * testsuite/lib/libgomp.exp: Append AIX libgcc pthread multilib
+       directory to library path first.
+
+2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
+
+       * env.c (parse_stacksize): Add cast to avoid warning.
+       (parse_spincount): Likewise.
+
+2008-06-27  Jakub Jelinek  <jakub@redhat.com>
+
+       * testsuite/libgomp.c/loop-10.c: New test.
+       * libgomp.c/loop-3.c (main): Add lastprivate clause.
+       * libgomp.c++/loop-6.C (main): Likewise.
+
+       PR debug/36617
+       * testsuite/libgomp.c/debug-1.c: New test.
+
+2008-06-19  Jakub Jelinek  <jakub@redhat.com>
+
+       * testsuite/libgomp.c/nqueens-1.c: New test.
+
+       PR c++/36523
+       * testsuite/libgomp.c++/task-7.C: New function.
+
+2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure: Regenerate.
+
+2008-06-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * env.c (initialize_env): Always initialize gomp_remaining_threads_lock
+       mutex when HAVE_SYNC_BUILTINS isn't defined.
+
+2008-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * libgomp.texi (omp_test_lock): Fix typo.
+
+2008-06-12  Tobias Burnus  <burnus@net-b.de>
+
+       * omp_lib.f90.in: Add "implicit none".
+
+2008-06-12  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/36506
+       * testsuite/libgomp.c/reduction-5.c: New test.
+
 2008-06-11  Jakub Jelinek  <jakub@redhat.com>
 
        * libgomp.h (struct gomp_task): Add in_tied_task field.