aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>2008-06-11 11:57:11 +0200
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>2008-06-11 11:57:11 +0200
commit10fbe77a1080c1af3b185ad1b9436c22bea688bf (patch)
tree25a3935e9352f84197f574bdb40f24f276cd0cb6
parentfd73537b313ab678323c5ca392a5b4d00572b647 (diff)
downloadgcc-10fbe77a1080c1af3b185ad1b9436c22bea688bf.zip
gcc-10fbe77a1080c1af3b185ad1b9436c22bea688bf.tar.gz
gcc-10fbe77a1080c1af3b185ad1b9436c22bea688bf.tar.bz2
tls.m4: Fix typos.
config: * tls.m4: Fix typos. libgcc: * configure: Regenerate. From-SVN: r136658
-rw-r--r--config/ChangeLog6
-rw-r--r--config/tls.m42
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/configure4
4 files changed, 12 insertions, 4 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 55d74f6..18ff127 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 b6c4c4a..acb123f 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])]
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index a0f379a..9ae7ff5 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -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
diff --git a/libgcc/configure b/libgcc/configure
index 5d71457..b603579 100644
--- a/libgcc/configure
+++ b/libgcc/configure
@@ -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