diff options
author | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-11 09:57:11 +0000 |
---|---|---|
committer | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-11 09:57:11 +0000 |
commit | dde02e56682c872c3404b11c69f01c30a76903c7 (patch) | |
tree | 25a3935e9352f84197f574bdb40f24f276cd0cb6 /libgcc | |
parent | 2fd0b5dc3342ad32d18b3c64d8ec068fc529ee66 (diff) | |
download | gcc-dde02e56682c872c3404b11c69f01c30a76903c7.tar.gz |
config:
* tls.m4: Fix typos.
libgcc:
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136658 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/configure | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index a0f379adbf0..9ae7ff58af3 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 5d71457738c..b6035790bed 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 |