aboutsummaryrefslogtreecommitdiff
path: root/libgcc
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 /libgcc
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
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/configure4
2 files changed, 6 insertions, 2 deletions
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