diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-07-16 23:21:15 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2009-07-16 23:21:15 +0000 |
commit | a0b0f93b04d2c7b1d3d1f591fcf7610cf1b2ed0c (patch) | |
tree | 318c6101bfae8df71f36549407b2406c3b63fe93 /config/ChangeLog | |
parent | afeb3d7fac9407747a42b0f90f3330ecb6f9754f (diff) | |
download | gdb-a0b0f93b04d2c7b1d3d1f591fcf7610cf1b2ed0c.zip gdb-a0b0f93b04d2c7b1d3d1f591fcf7610cf1b2ed0c.tar.gz gdb-a0b0f93b04d2c7b1d3d1f591fcf7610cf1b2ed0c.tar.bz2 |
* tls.m4 (GCC_CHECK_TLS): Also test TLS in a shared library when
cross-compiling.
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 d6ff565..9b8cd93 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-05-26 Rafael Avila de Espindola <espindola@google.com> * plugins.m4: New. |