diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2007-10-16 10:45:50 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2007-10-16 10:45:50 +0000 |
commit | 415d93d6d65890b50c4a9436f8d0fc2e83c53d38 (patch) | |
tree | eb675adc395193e10641cf4b7bb980e1b0222621 /config/ChangeLog | |
parent | 9ffbf372a2db0770dc5e259ec616496a86c40bbb (diff) | |
download | binutils-gdb-415d93d6d65890b50c4a9436f8d0fc2e83c53d38.tar.gz |
* tls.m4 (GCC_CHECK_TLS): Rename have_tls to gcc_cv_have_tls.
(GCC_CHECK_CC_TLS): Rename have_cc_tls to gcc_cv_have_cc_tls.
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 d1ee4bc7cb8..84db8b2f3c0 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2007-10-15 Maciej W. Rozycki <macro@linux-mips.org> + + * tls.m4 (GCC_CHECK_TLS): Rename have_tls to gcc_cv_have_tls. + (GCC_CHECK_CC_TLS): Rename have_cc_tls to gcc_cv_have_cc_tls. + 2007-10-03 Richard Sandiford <richard@codesourcery.com> * no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function. |