aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoraldot <>2008-06-11 08:57:11 +0000
committeraldot <>2008-06-11 08:57:11 +0000
commit8d2ce189d6dff1fdf5d7bc6e3ac896abd8eea224 (patch)
tree25a3935e9352f84197f574bdb40f24f276cd0cb6 /config
parentcd391eee532c1a7229fd335331d93bf25ebdfee1 (diff)
config:
* tls.m4: Fix typos. libgcc: * configure: Regenerate.
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog6
-rw-r--r--config/tls.m42
2 files changed, 6 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 55d74f668a1..18ff127358a 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,7 +1,11 @@
+2008-06-11 Bernhard Fischer <aldot@gcc.gnu.org>
+
+ * tls.m4: Fix typos.
+
2008-06-08 Joseph Myers <joseph@codesourcery.com>
PR tree-optimization/36218
- * config/mh-mingw (LDFLAGS): Define.
+ * mh-mingw (LDFLAGS): Define.
2008-06-05 Danny Smith <dannysmith@users.sourceforge.net>
diff --git a/config/tls.m4 b/config/tls.m4
index b6c4c4a6a7d..acb123f6986 100644
--- a/config/tls.m4
+++ b/config/tls.m4
@@ -77,7 +77,7 @@ AC_DEFUN([GCC_CHECK_TLS], [
dnl Check whether the target assembler supports TLS.
AC_DEFUN([GCC_CHECK_CC_TLS], [
GCC_ENABLE(tls, yes, [], [Use thread-local storage])
- AC_CACHE_CHECK([whether the target asssembler upports thread-local storage],
+ AC_CACHE_CHECK([whether the target assembler supports thread-local storage],
gcc_cv_have_cc_tls, [
AC_COMPILE_IFELSE([__thread int a; int b; int main() { return a = b; }],
[gcc_cv_have_cc_tls=yes], [gcc_cv_have_cc_tls=no])]