tls.m4: Fix typos.
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Wed, 11 Jun 2008 09:57:11 +0000 (11:57 +0200)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Wed, 11 Jun 2008 09:57:11 +0000 (11:57 +0200)
config:
* tls.m4: Fix typos.

libgcc:
* configure: Regenerate.

From-SVN: r136658

config/ChangeLog
config/tls.m4
libgcc/ChangeLog
libgcc/configure

index 55d74f668a1a017ded5dd8325f15b39004832102..18ff127358a4881c0010da4a9415c5f8e12f53c9 100644 (file)
@@ -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>
 
index b6c4c4a6a7da5677506dcf92f3928c9891e311b6..acb123f6986d499a37d24816065cb53c57e34436 100644 (file)
@@ -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])]
index a0f379adbf023587bf13490e16b627b2f3cf2b5c..9ae7ff58af3e645b9c20779f20ddabe445d88f77 100644 (file)
@@ -1,3 +1,7 @@
+2008-06-11  Bernhard Fischer  <aldot@gcc.gnu.org>
+
+       * configure: Regenerate.
+
 2008-06-10  Joseph Myers  <joseph@codesourcery.com>
 
        * Makefile.in (DECNUMINC): Remove
index 5d71457738cda5ec852709c91013ee402d50ede9..b6035790bed0c0d20a1cb8c5fda9fa9e2b85a79a 100644 (file)
@@ -3431,8 +3431,8 @@ else
   enable_tls=yes
 fi;
 
-  echo "$as_me:$LINENO: checking whether the target asssembler upports thread-local storage" >&5
-echo $ECHO_N "checking whether the target asssembler upports thread-local storage... $ECHO_C" >&6
+  echo "$as_me:$LINENO: checking whether the target assembler supports thread-local storage" >&5
+echo $ECHO_N "checking whether the target assembler supports thread-local storage... $ECHO_C" >&6
 if test "${gcc_cv_have_cc_tls+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else