OSDN Git Service

2006-02-03 H.J. Lu <hongjiu.lu@intel.com>
[pf3gnuchains/gcc-fork.git] / libgomp / ChangeLog
index af10d38..467629f 100644 (file)
@@ -1,3 +1,69 @@
+2006-02-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR libgomp/25852
+       * testsuite/lib/libgomp-dg.exp (blddir): Set it in
+       libgomp_init.
+
+2005-01-25  Paolo Bonzini  <bonzini@gnu.org>
+
+       PR libgomp/25884
+       * Makefile.am (omp.h, omp_lib.h, omp_lib.f90, libgomp_f.h): Remove.
+       * configure.ac (PERL): Don't set.
+       (gstdint.h, omp.h, omp_lib.h, omp_lib.f90, libgomp_f.h): Create here.
+       (OMP_LOCK_SIZE, OMP_LOCK_ALIGN, OMP_LOCK_KIND, OMP_NEST_LOCK_SIZE,
+       OMP_NEST_LOCK_ALIGN, OMP_NEST_LOCK_KIND): New substitutions.
+       * omp.h.in: Wrap the new configure substitutions with @ characters.
+       * omp_lib.h.in, omp_lib.f90.in, libgomp_f.h.in: Likewise.
+       * aclocal.m4, configure, Makefile.in: Regenerate.
+       * mkomp_h.pl: Delete.
+
+2005-01-24  Paolo Bonzini  <bonzini@gnu.org>
+
+       PR libgomp/25259
+       * configure.ac: Use GCC_HEADER_STDINT.
+       * libgomp.h: Include gstdint.h.
+       * libgomp_f.h.in: Don't include stdint.h or inttypes.h.
+       * configure, Makefile.in, testsuite/Makefile.in, aclocal.m4: Rebuild.
+
+2006-01-24  Richard Henderson  <rth@redhat.com>
+
+       PR libgomp/25942
+       * configure.ac: Add AM_MAINTAINER_MODE.
+       * Makefile.in, aclocal.m4, configure, testsuite/Makefile.in: Rebuild.
+
+2006-01-24  Diego Novillo  <dnovillo@redhat.com>
+
+       * Makefile.in: Regenerate.
+       * testsuite/Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+
+2006-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * config/posix/proc.c: Conditional include of sys/loadavg.h for
+       Solaris.
+       * configure.ac: Add check for loadavg.h.
+       (link_gomp): Adjust comment.
+       * configure: Regenerate.
+       * config.h.in: Regenerate.
+
+2006-01-21  Steve Ellcey  <sje@cup.hp.com>
+
+       PR libgomp/25877
+       * configure.ac: Remove check for alloca.h.
+       * configure: Regenerate.
+       * config.h.in: Regenerate.
+       * libgomp.h: define gomp_alloca to be __builtin_alloca.
+       * team.c: Remove use of alloca.h.
+       Call gomp_alloca instead of alloca.
+
+2006-01-20  Steve Ellcey  <sje@cup.hp.com>
+
+       PR libgomp/25877
+       * team.c: Add include of alloca.h.
+       * configure.ac: Add check for alloca.h.
+       * configure: Regenerate.
+       * config.h.in: Regenerate.
+
 2006-01-17  Jakub Jelinek  <jakub@redhat.com>
 
        PR fortran/25219