diff options
author | Dave Korn <dave.korn.cygwin@gmail.com> | 2009-11-30 23:30:57 +0000 |
---|---|---|
committer | Dave Korn <davek@gcc.gnu.org> | 2009-11-30 23:30:57 +0000 |
commit | 17f35e23325426fb3f95070cd3218c0b4f87c5a0 (patch) | |
tree | 5c244f06d63959c8412be7158f6dd8c8d212e391 /libgomp/ChangeLog | |
parent | f7e413e2d4d7024c6410c82503cd89d156a1807e (diff) | |
download | gcc-17f35e23325426fb3f95070cd3218c0b4f87c5a0.zip gcc-17f35e23325426fb3f95070cd3218c0b4f87c5a0.tar.gz gcc-17f35e23325426fb3f95070cd3218c0b4f87c5a0.tar.bz2 |
libgomp.exp (libgomp_init): Add host-dependent settings for LC_ALL and LANG.
libgomp/ChangeLog
2009-11-30 Dave Korn <dave.korn.cygwin@gmail.com>
* testsuite/lib/libgomp.exp (libgomp_init): Add host-dependent
settings for LC_ALL and LANG.
gcc/testsuite/ChangeLog
2009-11-30 Dave Korn <dave.korn.cygwin@gmail.com>
* lib/g++.exp (g++_init): Add host-dependent settings for
LC_ALL and LANG.
* lib/gcc-dg.exp: Likewise.
* lib/options.exp: Likewise.
* lib/objc.exp (objc_init): Likewise.
* lib/gfortran.exp (gfortran_init): Likewise.
libjava/ChangeLog
2009-11-30 Dave Korn <dave.korn.cygwin@gmail.com>
* testsuite/lib/libjava.exp (libjava_init): Add host-dependent
settings for LC_ALL and LANG.
From-SVN: r154854
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 070d82f..175926d 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2009-11-30 Dave Korn <dave.korn.cygwin@gmail.com> + + * testsuite/lib/libgomp.exp (libgomp_init): Add host-dependent + settings for LC_ALL and LANG. + 2009-11-25 Jakub Jelinek <jakub@redhat.com> PR fortran/42162 |