aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl@gcc.gnu.org>2006-02-03 10:37:11 -0800
committerH.J. Lu <hjl@gcc.gnu.org>2006-02-03 10:37:11 -0800
commitf05ee80cc19a50363223db3611135459f2bb9c18 (patch)
tree39e653d421aa917525cb6a49bdd3a138ef180fa0 /libgomp/ChangeLog
parent7778c06aedb5bd853deb7d166f67f5c3a291d6f7 (diff)
downloadgcc-f05ee80cc19a50363223db3611135459f2bb9c18.zip
gcc-f05ee80cc19a50363223db3611135459f2bb9c18.tar.gz
gcc-f05ee80cc19a50363223db3611135459f2bb9c18.tar.bz2
re PR libgomp/25852 (libgomp testing does not work for multilib (-m32 on x86_64-linux-gnu))
2006-02-03 H.J. Lu <hongjiu.lu@intel.com> PR libgomp/25852 * testsuite/lib/libgomp-dg.exp (blddir): Set it in libgomp_init. From-SVN: r110552
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog24
1 files changed, 15 insertions, 9 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index ef470ec..467629f 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,15 +1,21 @@
+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.
+ * 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>