diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-07-17 15:11:33 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2009-07-17 15:11:33 +0000 |
commit | a6072eabf92ba8df9b9ba96ca06b078080d33928 (patch) | |
tree | 05f2f69bb43af1666b7676b677ef11dd5f8d1e6b /config/ChangeLog | |
parent | 1c4c13cd94a2f88ad6aefcac4c5b17825c7f7ba5 (diff) | |
download | gdb-a6072eabf92ba8df9b9ba96ca06b078080d33928.zip gdb-a6072eabf92ba8df9b9ba96ca06b078080d33928.tar.gz gdb-a6072eabf92ba8df9b9ba96ca06b078080d33928.tar.bz2 |
PR other/40784
* tls.m4 (GCC_CHECK_TLS): Add extra quoting around argument to
AC_LINK_IFELSE.
Diffstat (limited to 'config/ChangeLog')
-rw-r--r-- | config/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 9b8cd93..96d5f75 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,9 @@ +2009-07-17 Joseph Myers <joseph@codesourcery.com> + + PR other/40784 + * tls.m4 (GCC_CHECK_TLS): Add extra quoting around argument to + AC_LINK_IFELSE. + 2009-07-16 Joseph Myers <joseph@codesourcery.com> * tls.m4 (GCC_CHECK_TLS): Also test TLS in a shared library when |