diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-07-17 00:18:08 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2009-07-17 00:18:08 +0100 |
commit | 396b7fa48aa8a9ebfb09d30a03db5170001903d9 (patch) | |
tree | 6a9d1f831db6953462b13b291bcb5681d08b073f /config/ChangeLog | |
parent | db3927fb49c9f13a0da61a75d771f51dc7c45b92 (diff) | |
download | gcc-396b7fa48aa8a9ebfb09d30a03db5170001903d9.zip gcc-396b7fa48aa8a9ebfb09d30a03db5170001903d9.tar.gz gcc-396b7fa48aa8a9ebfb09d30a03db5170001903d9.tar.bz2 |
tls.m4 (GCC_CHECK_TLS): Also test TLS in a shared library when cross-compiling.
config:
* tls.m4 (GCC_CHECK_TLS): Also test TLS in a shared library when
cross-compiling.
libgomp:
* configure: Regenerate.
libjava:
* configure: Regenerate.
libmudflap:
* configure: Regenerate.
libstdc++-v3:
* configure: Regenerate.
From-SVN: r149725
Diffstat (limited to 'config/ChangeLog')
-rw-r--r-- | config/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 481af80..6f20dd8 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2009-07-16 Joseph Myers <joseph@codesourcery.com> + + * tls.m4 (GCC_CHECK_TLS): Also test TLS in a shared library when + cross-compiling. + 2009-06-25 Olivier Hainque <hainque@adacore.com> * config/mh-ppc-aix (BOOT_ADAFLAGS): Remove -mminimal-toc. |